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 CLI can be found in the official documentation at the following link:
https://docs.expo.io/versions/latest/workflow/expo-cli
- Expo developer tools: This is a browser-based tool that automatically runs whenever an Expo app is started from the Terminal via the expo start command. It provides active logs for your ...