react-native init unicorn
cd unicorn git clone https://github.com/modularity/unicorn.git cp -r unicorn/* .
npm install && react-native link
Run in Xcode or commandline with react-native run-ios in project root
Start emulator or connect physical device first, then run: react-native run-android
Alternatively, start a RN packager first: react-native start Then run the project with Android Studio