react-native init ChatterBaby
cd ChatterBaby
git clone [email protected]:modularity/ChatterBaby.git
cp -R ReactNative/* ChatterBaby
npm install && react-native link
cd ios brew install cocoapods pod install
Open ChatterBaby/ios/ChatterBaby.xcworkspace with Xcode Configure Apple certificates then set signing information
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, react-native start in project root then start project with Android Studio