React Native
Overview
Create a native, in-stallable mobile application
Class Outline
Learning Objectives
Students will be able to
Describe and Define
- react-native development workflow
- Expo development environment
Execute
- Create a quality mobile application
- Utilize one or more device specific features
Notes
Using React Native and Expo to start an app
Useful Commands:
npx expo start
if working solo.
npx expo start --tunnel
if collaborating (somone on another device will run your code).
This will open up the Expo app runner, which allows you to run your app on a real device, or a simulator.