As with any development tools, there is going to be a trade-off between flexibility and ease of use. I encourage you start by using Expo for your React Native development workflow, unless you’re sure you’ll need access to the native code.
React Native development tools
Expo
This was taken from the expo.io site:
"Expo is a free and open source toolchain built around React Native to help you build native iOS and Android projects using JavaScript and React."
Expo is becoming an ecosystem of its own, and is made up of five interconnected tools:
- Expo CLI: The command-line interface for Expo.
We've been using the Expo CLI to create, build, and serve apps. A list of all the commands supported by the...