You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is necessary to run the yarn start command in another terminal before the yarn android command to have the application running in an android development environment, this step is not included in the contributing document: "Setting up a development environment"
Environment Information:
It isn't necessary, but it's important to point out that this is a necessary step to run in an android environment.
Expected behavior:
After following the tutorial from the contributing guide, don't expect to face any problems running the android development environment.
Actual behavior:
Command hangs on 'Starting JS server...'
Additional context:
When I was following the tutorial to upload the development environment, I faced a problem when trying to run in android emulator because the tutorial only suggests using the yarn android command, not specifying the need to run the yarn start command to start the metro which is the javascript bundler, and is needed to run the application.
The text was updated successfully, but these errors were encountered:
Description:
It is necessary to run the
yarn start
command in another terminal before theyarn android
command to have the application running in an android development environment, this step is not included in the contributing document: "Setting up a development environment"Environment Information:
It isn't necessary, but it's important to point out that this is a necessary step to run in an android environment.
Expected behavior:
After following the tutorial from the contributing guide, don't expect to face any problems running the android development environment.
Actual behavior:
Command hangs on 'Starting JS server...'
Additional context:
When I was following the tutorial to upload the development environment, I faced a problem when trying to run in android emulator because the tutorial only suggests using the
yarn android
command, not specifying the need to run theyarn start
command to start the metro which is the javascript bundler, and is needed to run the application.The text was updated successfully, but these errors were encountered: