$ git clone https://github.com/Kaybarax/react-native-with-typescript-app-starter-template.git
$ yarn install
$ yarn start
Android
$ npx react-native run-android
iOS
$ cd ios/ && pod install
$ npx react-native run-ios
Check out the Template Tutorial Writeup for more details.