⭐ React Native Typscript with extra Defaults

Extra defaults are:

  • Folder structure like React Native Boilerplate
  • Axios for network calls
  • State with simple useReducer
  • TODO: Icons
  • TODO: Detox
  • TODO: Fastlane

Usage

npx react-native init MyApp --template https://github.com/codedplanetuk/react-native-typescript-defaults.git
cd MyApp
# Terminal 1
yarn start
# Terminal 2 for iOS sim
yarn ios

See the below table to find out which version of the template to use.

React Native <=> Template Version

React Native Template
0.63 0.3.*