2020-01-19から1日間の記事一覧

react-nativeの、バージョンアップの際に起こったエラー

xcodeで実行すると、 main.jsbundle does not exist というビルドエラーが出る ↓ xcodeにリンクしているmain.jsbundleを一度消して、再度xcodeにリンクしなおせばokだった。 (jsbundleがない場合、 [React Native]main.jsbundle does not exist - KOKENSHA…