ビルドキャッシュの削除
rm -rf ios/build
パッケージの再インストール
rm -rf node_modules/ && yarn
プロセスのkill
sudo lsof -i:8081
kill -9 プロセス番号
packagerのキャッシュ削除
./node_modules/react-native/scripts/packager.sh --reset-cache
デバッグビルドなのにリリース用の書き方をしている
jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
// jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"]; //こっちはリリース用