0.0.3 • Published 5 years ago

react-native-template-mvptemplate v0.0.3

Weekly downloads
13
License
-
Repository
-
Last release
5 years ago

React Native Basic App Template

A simple basic template to start a new React Native app with ESLint and custom scripts.

Requirements

  • react-native-cli
  • yarn

Usage

Create a new project passing a template:

react-native init [NameAPP] --template douglasprado

Wait for download dependencies.

React Native

Finish install with:

yarn start

To inject custom scripts and remove unnecessary files.

https://airbnb.io/lottie/#/react-native

Open the Xcode project configuration and add the Lottie.framework as Embedded
Binaries.
Change name app.json for name project

Includes

  • ESlint (extends Airbnb) v4.19.1
  • lottie-react-native v2.6.1
  • moment v2.24.0
  • react-native-gesture-handler v1.1.0
  • react-native-svg v9.3.7
  • react-native-svg-uri v1.2.3
  • react-native-vector-icons v6.4.2
  • react-navigation v3.6.1
  • react-navigation-fluid-transitions v0.3.1
  • redux v4.0.1
  • react-redux v6.0.1
  • redux-saga v1.0.2
  • styled-components v4.2.0
  • reactotron-react-native v3.2.1
  • react-native-firebase v5.2.3