Prerequisites
- NodeJS >= 6
- Yarn
No Xcode or Android Studio installation is required.
Installation
Send us your github username via email to get full access to all updates.
$ yarn
$ yarn start
The yarn start
command starts the Expo CLI server. You can now run the project on your phone by using the Expo app.
Android
- Install the Expo app on your Android device.
- Scan the QR code in your terminal from the Expo app to run the project on your phone.
- Alternatively you can press 's' in the terminal and sign in with an Expo account, and sign in with the same account in the Expo app: your projects will automatically appear in the "Projects" tab.
iOS
- Install the Expo app on your iOS device.
- Press 'e' in the terminal to send the app link to your email address or phone number. This link can be used to run your project from the Expo app.
- Alternatively you can press 's' in the terminal and sign in with an Expo account, and sign in with the same account in the Expo app: your projects will automatically appear in the "Projects" tab.
Expo CLI allows you to work with all of the Components and APIs in React Native, as well as the JavaScript APIs that the Expo app provides.
Build a Seed Project
Next step, checkout the documentation page on building a Seed project.