项目作者: Tarnaph

项目描述 :
🚀 Projeto Base para React Native 0.51.
高级语言: Java
项目地址: git://github.com/Tarnaph/React-Native-Init-Template.git
创建时间: 2017-11-29T19:52:57Z
项目社区:https://github.com/Tarnaph/React-Native-Init-Template

开源协议:

下载


Descontinuado

Projeto base para React Native

Foi instalado nesse projeto:
Reactron,Eslint,PropTypes,Icons,React Navigation,ApiSauce

Install App

Update displayName in app.json to the new name

Update name in index.js

Delete ios/ and android/ directories in root project

react-native eject

react-native link

Iniciar um novo projeto

react-native init projeto

Instalando Reactotron

yarn add reactotron-react-native --dev
yarn add reactotron-redux

Reactotron Redux

yarn add reactotron-redux

Eslint

  1. yarn add eslint eslint-config-airbnb eslint-plugin-jsx-a11y eslint-plugin-react-native eslint-plugin-import babel-eslint eslint-plugin-react --dev

PropTypes

yarn add prop-types

Module Resolver

yarn add babel-plugin-module-resolver --dev

react-native start -- --reset-cache

yarn add eslint-import-resolver-babel-module

Icons

yarn add react-native-vector-icons

ApiSauce

ApiSauce - Site

Talking to APIs doesn’t have to be awkward anymore.

#

yarn add apisauce

Redux

yarn add react-redux redux

Redux Saga

yarn add redux-saga

Redux Persist

yarn add redux-persist

Reactotron Redux Saga

yarn add reactotron-redux-saga