React Native for BeginnersCreating Your First App
Creating Your First App
GratuitaTime to create your first React Native app! We'll use the Expo CLI to scaffold a project, launch it in Expo Go, and make our first live change. By the end of this lesson you'll have a running app on your phone.
What You'll Learn
- How to scaffold a new Expo project with create-expo-app
- Running the app on a physical device and in an emulator
- Making live edits and seeing changes instantly with Fast Refresh
Was this helpful?