起こっていること
iosを立ち上げるとエミュレータにレッドボックスのエラーでバージョンの不一致とでる。
console.error: "React Native version mismatch.
JavaScript version: 0.61.5
Native version: 0.62.2
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`."
参考書の通りにインストールして立ち上げただけなのに謎のエラー。。
原因は別のプロジェクトが立ち上がったままだったから
見出しの通りでした。
参考書で別のプロジェクトを立ち上げてターミナルでそのままになっていたものがあり、シャットダウンして今回のプロジェクトを再起動したらちゃんといきました。
なんともうっかり。。
参考
0