Skip to content

ff2005/react-native-template-iso-starter

 
 

Repository files navigation

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.

About

👾 Clean and minimalist React Native template for a quick start with TypeScript.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 30.4%
  • Java 25.3%
  • Ruby 20.1%
  • Objective-C 16.6%
  • JavaScript 5.3%
  • Starlark 2.3%