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

Fix start command exit behaviour #39788

Closed
wants to merge 1 commit into from
Closed

Commits on Oct 3, 2023

  1. Fix start command exit behaviour (facebook#39788)

    Summary:
    
    Hotfix for exiting `npx react-native start` when a session is connected. Partially reverts D49422206.
    
    This lines back up with the original RN CLI and Expo implementations — explicitly calling `process.exit()`. We still aim to follow this up with graceful server shutdown.
    
    Changelog: [Internal]
    
    Reviewed By: lunaleaps
    
    Differential Revision: D49880226
    huntie authored and facebook-github-bot committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ee545ab View commit details
    Browse the repository at this point in the history