Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run packager.sh using '.' instead of 'source'. #14040

Closed
wants to merge 1 commit into from
Closed

Run packager.sh using '.' instead of 'source'. #14040

wants to merge 1 commit into from

Commits on May 18, 2017

  1. Run packager.sh using '.' instead of 'source'.

    'source' is not available in all shells on Linux (e.g. dash) and will silently fail launchPackager.command when called from runAndroid.js.
    
    react-native run-android will thus silently fail to start the developement server ('JS server').
    sebbarg committed May 18, 2017
    Configuration menu
    Copy the full SHA
    9e9e357 View commit details
    Browse the repository at this point in the history