A framework for building native apps with React.
You will need the expo cli installed to run the project. To install the expo cli you can run this command:
To run the project on your physical phone, you need to install the Expo Client app:
The first step for running the code is to get it to your computer. You can clone this repo using the following command:
Or download the archive of the release zip. Release 1.0
The second step is to install the project depencies. You can do that using Yarn with the following command:
To start expo run the following command:
When you run expo start
, Expo CLI starts Metro Bundler, which is an HTTP server that compiles the JavaScript code of our app using Babel and serves it to the Expo app.
It also pops up Expo Dev Tools in your browser, a graphical interface for Expo CLI.
Open the Expo development client on your device. Scan the QR code printed by expo start with Expo Client (Android) or Camera (iOS). You may have to wait a minute while your project bundles and loads for the first time.
Open the Expo Dev Tools on your browser. In the left side menu you can click on 'Run on Android/iOS simulator' to launch the project in the simulator.