callstack / super-app-showcase

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

Error to compile #48

Closed DiegoAPG closed 9 months ago

DiegoAPG commented 1 year ago

Ask your Question

When I run project in shell aplication, I get this error. Help me

image
jbroma commented 10 months ago

Hi @DiegoAPG,

I've updated shell app, should be running fine now.

Please remember to start the correct dev servers for it to work:

yarn start:standalone:shell    # starts dev server for shell
yarn start                     # starts all other dev servers (host will fail because port is taken by shell dev server, and that's fine)

then you can run:

yarn run:shell:android
yarn adbreverse

Ideally, please run adbreverse before the shell app builds but after the emulator starts

jbroma commented 9 months ago

Closing this one as the answer was provided and this issue has been stale for quite some time