This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "YourAwesomeProject", | |
"version": "0.0.1", | |
"private": true, | |
"scripts": { | |
"start": "node node_modules/react-native/local-cli/cli.js start", | |
"watch": "nodemon node_modules/react-native/local-cli/cli.js start", | |
"eslint-init": "eslint --init", | |
"flow": "flow", | |
"test": "yarn jest && flow && eslint .", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd .. | |
react-native init YourAwesomeProject | |
cd YourAwesomeProject | |
react-native run-android | |
yarn remove react-native | |
yarn add [email protected] | |
yarn remove babel-preset-react-native | |
yarn add [email protected] | |
yarn add prop-types react-native-vector-icons redux redux-logger redux-persist redux-saga | |
yarn add -D babel-core@latest babel-loader@latest eslint eslint-config-airbnb eslint-plugin-jsx-a11y eslint-plugin-import eslint-plugin-react flow-bin flow-typed jest react-test-renderer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"root": true, | |
"parser": "babel-eslint", | |
"extends": "airbnb", | |
"env": { | |
"es6": true, | |
"node": true, | |
"jest": true | |
}, | |
"plugins": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2018-07-10T17:38:51.815Z","extensionVersion":"v2.9.2"} |