1. npx react-native init DIOnavigation
2. yarn add eslint -D
yarn eslint --init
> To check syntax, find problems, and enforce code style
> JavaScript modules (import/export)
> React
> Does your project use TypeScript? › No
> Where does your code run? (Desmarcar todas as opções)
> Use a popular style guide
> Airbnb: https://github.com/airbnb/javascript
> JavaScript
> Would you like to install them now with npm? › Yes
Remover o "package-lock.json" e rodar no terminal "yarn" para instalar as dependências pelo Yarn (caso esteja utilizado o NPM para instalação das dependências, ignorar esta etapa).
3. yarn add prettier eslint-config-prettier eslint-plugin-prettier babel-eslint -D
4. yarn add @react-navigation/native @react-navigation/stack
5. yarn add react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
6. yarn add react-native-vector-icons
7. yarn add styled-components
8. yarn add axios
9. yarn global add json-server
10. yarn add react-native-webview
Last active
July 16, 2021 14:48
-
-
Save robertosousa1/c163011839b60c52bbef6c6a17bbeb9a to your computer and use it in GitHub Desktop.