Packages Used
package.json
{
"name": "StrapNativeStarterProMobxStarterApp",
"version": "9.0.0",
"private": true,
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native-stage-0": "^1.0.1",
"chai": "^3.5.0",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"eslint-plugin-react-native": "^2.0.0",
"flow-bin": "^0.57.3",
"jest-expo": "19.0.5",
"mocha": "^2.5.3",
"react-native-scripts": "2.0.1",
"react-test-renderer": "16.3.1",
"remote-redux-devtools": "0.5.13",
"remote-redux-devtools-on-debugger": "^0.8.3"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "flow && jest && eslint .",
"precommit": "yarn test"
},
"upstreamRepo": "[email protected]:GeekyAnts/react-native-native-base-seed.git",
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!(react-native|lottie-react-native|expo|react-native-maps|react-native-svg|react-native-branch|native-base-shoutem-theme|react-native-easy-grid|react-native-drawer|react-native-vector-icons|react-native-keyboard-aware-scroll-view|react-native-swiper|react-navigation|native-base|@expo|react-native-scrollable-tab-view|react-native-simple-modal|react-native-iphone-x-helper|react-native-router-flux|mobx-react|mobx)/)"
]
},
"dependencies": {
"color": "3.1.0",
"expo": "28.0.0",
"lodash": "4.17.11",
"mobx": "5.6.0",
"mobx-react": "5.4.2",
"moment": "2.22.2",
"native-base": "2.8.1",
"prop-types": "^15.6.2",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-button": "2.3.0",
"react-native-modalbox": "^1.6.0",
"react-navigation": "^2.17.0",
"validate.js": "0.12.0"
}
}