Deprecated in favour of React-Native's Typescript template.
npx react-native init AwesomeTSProject --template react-native-template-typescript
For more information, visit https://facebook.github.io/react-native/docs/getting-started
This tool helps you setup Typescript to use for React-Native app development.
Make sure you have react-native-cli installed as global module, and (optionally) yarn for faster dependency downloads.
$ npm install create-react-native-typescript-app -g
# or
$ yarn global add create-react-native-typescript-app
$ create-react-native-typescript-app MyApp
$ cd MyApp
$ npm run android
# or
$ yarn android
MIT