- In Terminal, run
npm install npm start
-
Sign in to expo with your laptop (press s in Terminal).
-
Restart the development server: Press Ctrl+C in Terminal and type
npm start
-
Open the Expo mobile app and check the projects tab. It should have your project listed there.
-
Open the app and you should see the text "Hello World!".
- Try then the live reloading feature: edit the text in ./src/index.js. Remember to save the file.
- Your changes should be loaded automatically in the mobile app.
Great, it seems you are now a mobile app developer! Now you can move on to exercise 2.