- The create-react-native-app tool was created by Facebook
- No, this is a community-supported tool that follows in the footsteps of create-react-app
- Why should you install create-react-native-app globally?
- Because this is a tool for generating project boilerplate and isn't actually part of the project
- What's the role of the Expo app on mobile devices?
- It's a tool that helps developers run their apps on mobile devices during development with very little overhead
- The React Native packager is able to simulate both iOS and Android devices
- It doesn't do this, but it communicates with iOS and Android simulators in order to run the app