diff --git a/package.json b/package.json index 42167a646..c69581b7e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "lint:fix": "eslint src/ --fix", "format": "prettier --print-width=100 --single-quote --trailing-comma all --write \"{src,__tests__}/**/*.js\"", "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.7.0", "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", diff --git a/yarn.lock b/yarn.lock index 3dc868b3d..dd36b39e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7316,9 +7316,10 @@ react-native-view-overflow@0.0.3: resolved "https://registry.yarnpkg.com/react-native-view-overflow/-/react-native-view-overflow-0.0.3.tgz#d7b08e8c1e5047a2cf07f3ece82025899f930674" integrity sha512-CcX61kqFyO41WAmqARr/1A7YgTkd1GoQGJl0LYrzl+4CL5uw2CAu68T+1DPapt7RdgvSMLZIPlNvj4TzdJY/hw== -react-native@esteemapp/react-native: +react-native@^0.57.5: version "0.57.8" - resolved "https://codeload.github.com/esteemapp/react-native/tar.gz/862999968c8a912c63c048c7b428ea2365a0b58f" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.57.8.tgz#1a840fbe144cd3902cc14313a783ce28efc48cb9" + integrity sha512-K6DAMTPTq+lxVYC73y4Kh/bgLajddBaIKzwsVeV4JOoS1Fdq48/ISXD3vApV+x+/IBVTXnrT9qlA+9U6MMZCqA== dependencies: "@babel/runtime" "^7.0.0" absolute-path "^0.0.0"