Skip to content

Instantly share code, notes, and snippets.

@yamaneko1212
Created December 25, 2020 02:36
Show Gist options
  • Save yamaneko1212/c18f9304899525210b54d7bc656201f9 to your computer and use it in GitHub Desktop.
Save yamaneko1212/c18f9304899525210b54d7bc656201f9 to your computer and use it in GitHub Desktop.
[ReactNative] Run Packager Manually

When I debug build and run the app in iPhone Simulator, sometimes the packager doesn't run automatically for some unknown reason. I have to run the packager manually.

$ <YourWorkspace>/node_modules/react-native/scripts/launchPackager.command

I've got this issue with React Native 0.61.5 and 0.63.4 + macOS 10.15.7 + XCode 12.3.

デバッグビルドをしてiPhone Simulatorでアプリを走らせるとき,理由は不明だがpackagerが自動的に走らない時がある. その時は手動でpackagerを起動する.

$ <YourWorkspace>/node_modules/react-native/scripts/launchPackager.command

この問題はReact Native 0.61.5 and 0.63.4 + macOS 10.15.7 + XCode 12.3で起きました.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment