Skip to content

Install

co2 edited this page Apr 15, 2018 · 1 revision

Dependencies

Since we are a graphical client for react-native, we expect it to be installed on your machine. If not, issue the following command:

npm install -g react-native-cli

Expo

If you want to use Expo, issue:

npm install -g create-react-native-app

You might also check Expo tools to help you with your development.

Device, simulator, and emulator

In order to preview your app, you need a physical device (Android or iPhone) plugged via USB to your computer.

If you don't have a physical device, you can use the iPhone simulator of XCode (Mac needed) or the Android emulator from Android Studio.

Documentations

Clone this wiki locally