callstack / super-app-showcase

Monorepository template for super app development with React Native and Re.Pack
MIT License
382 stars 63 forks source link

issue load metro when run android #47

Closed nguyenthetuan closed 9 months ago

nguyenthetuan commented 1 year ago

when i run android metro for Package Host not load Screenshot 2023-06-19 at 3 16 54 PM

jbroma commented 1 year ago

Hi @nguyenthetuan

Could you please describe the issue in more detail? I'm not sure how metro fits into the picture here.

DiegoAPG commented 12 months ago

I get the same error when i try compile the proyect

image
jbroma commented 10 months ago

Hi @DiegoAPG,

please tell me the exact steps you've done so I can reproduce this, thanks!

jbroma commented 9 months ago

Looking back, this is almost certianly caused by running metro (via yarn start) instead of webpack (via yarn webpack-start). As Re.Pack uses webpack underneath, the correct way to start the dev server is with yarn webpack-start.

If the issue persists despite the above, please open new issue with that, thanks!