please yse react-native init MyApp --template rnn-typescript
- clone this repo
- install dependencies by running
yarn
- start React Native webserver by
react-native start
- for Android run
react-native run-android
- for IOS run
cd ios; pod install
thenreact-native run-ios
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.