1
In React Native, following the official documentation (step by step) I was able to install the dependencies and everything I needed to run my first project. I created the directory using expo init myApp
, and soon after I started with expo start
, until then all right, however, every time I turn on my pc and will connect to the project for the first time (using the QR code) get the following on my terminal:
Building JavaScript bundle [=============================== ] 73%
It takes about 20 minutes to complete and my smartphone screen looks like this:
After the Bundle Javascript Building is completed in 100% my app runs normally.
Doubts:
It is normal this delay to start the app for the first time whenever I turn on the pc?
If not, how to bypass this failure?
Software configuration, support, and infrastructure questions should be asked in English in [su] or [sf] depending on the subject. Remember to read the specific rules of each community before posting there. For future issues that are on site scope worth understanding What is the Stack Overflow and read the Stack Overflow Survival Guide (summarized) in Portuguese.
– Bacco