My personal React Native template for a quick start with TypeScript.
- Elegant usage directly within the React Native CLI
- Consistent with the default React Native template
- My favorite dependencies
npx react-native init MyApp --template https://github.com/mthuong/react-native-boilerplate
e.g. [email protected]
npx react-native init MyApp --template https://github.com/mthuong/react-native-boilerplate/archive/refs/tags/0.64.2.tar.gz
See the below table to find out which version of the template to use.
React Native | Template |
---|---|
0.64.2 | 0.64.2 |
0.63.4 | 0.63.* |
Contributions are very welcome
This project is MIT licensed.