LoginSignup
1
3

More than 5 years have passed since last update.

React Native version mismatch

Posted at

expo.ioにて作成したアプリ

React Native version mismatchエラーが出た解決のメモ

watchman watch-del-all

rm -rf node_modules &&  && npm i

rm -rf /tmp/metro-bundler-cache-*

npm start -- -- reset-cache

rm -rf /tmp/haste-map-react-native-packager-*

console.error: "React Native version mismatch.

JavaScript version: 0.57.1
Native version: 0.55.4


Make sure that you have rebuilt the native code. If the problem persists try clearing the Watchman and packager caches with `watchman watch-del-all && react-native start --reset-cache`."


  "dependencies": {
    "@expo/samples": "2.1.1",
    "expo": "^32.0.0",
    "react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",


1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3