0.0.7 • Published 4 years ago

react-native-template-iso-starter v0.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

React Native Template

NPM version MIT License Node React React Native Typescript

React Native template with some extras.

Features

  • Elegant usage directly within the React Native CLI.
  • Consistent with the default React Native template.
  • Additional dependencies: typescript, redux, react-navigation.
  • Also: husky, lint-staged, babel-plugin-transform-remove-console.

Usage

Node

This template was tested with node v12.14.1 and npm v6.13.4. If you are using nvm, this template includes a .nvmrc file. Never the less, you can do nvm use v12.14.1 to use / download this version.

More details in https://github.com/nvm-sh/nvm.

CocoaPods

Do not forget to update / install cocoa Pods doing sudo gem install cocoapods.

More details in https://guides.cocoapods.org.

React Native

npx react-native init MyApp --template react-native-template-iso-starter

Notes

React Native Legacy CLI

There seems to be quite some confusion about the legacy CLI. This template only works with the new CLI. Make sure you have uninstalled the legacy react-native-cli first (npm uninstall -g react-native-cli). If you wish, you can also install the new CLI globally (npm i -g @react-native-community/cli or yarn global add @react-native-community/cli). Further information can be found here: https://github.com/react-native-community/cli#about

Libs info

Extra libs that mite be useful

Curated links

Contributing

Contributions are very welcome. Please check out the contributing document.

License

This project is MIT licensed.