mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-01 02:04:33 +03:00
Merge pull request #878 from esteemapp/android-build
Changed react native version [dont merge]
This commit is contained in:
commit
0786a61db1
@ -18,7 +18,7 @@
|
||||
"lint:fix": "eslint src/ --fix",
|
||||
"format": "prettier --write 'src/**/*.{js,jsx}' && yarn lint:fix --fix",
|
||||
"lint-staged": "lint-staged",
|
||||
"clear": "watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules/ && npm install && npm start -- --reset-cache"
|
||||
"clear": "watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules/ && yarn install && yarn start -- --reset-cache"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.1.2",
|
||||
@ -39,7 +39,7 @@
|
||||
"moment": "^2.22.2",
|
||||
"react": "^16.8.6",
|
||||
"react-intl": "^2.7.2",
|
||||
"react-native": "esteemapp/react-native",
|
||||
"react-native": "^0.57.5",
|
||||
"react-native-actionsheet": "^2.4.2",
|
||||
"react-native-code-push": "^5.5.2",
|
||||
"react-native-config": "^0.11.5",
|
||||
|
Loading…
Reference in New Issue
Block a user