Expo Go is a tool that allows you to run your React Native app on your phone without the need to build it. Development builds are a build that is created for a specific platform (iOS, Android, etc.) and can be installed on a device or simulator.

Key Terms

TermDescription
Expo GoA tool that allows you to run your React Native app on your phone without the need to build it.
Development BuildsA build that is created for a specific platform (iOS, Android, etc.) and can be installed on a device or simulator.
🏆 Challenge
  1. Create a new Expo project and run it on Expo Go. 🚀
  2. Build a development build and run it on a simulator. 🔧

Resources

Is this lesson useful?