Skip to content

Tarnaph/React-Native-Init-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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