mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
196b3f9ef9
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/39544 Misc improvements to `npx react-native start` interactive behaviour: - Attaches key handlers on Metro `initialize_done` event — printing key command info earlier (once the server starts listening to bundle requests). - Shutdown behaviour: - Awaits closing of Metro's HTTP server. - Pauses key listener while awaiting shutdown (dependency on `cli-tools` `addInteractionListener` dropped). - Now observes `ctrl+d` (`ctrl+z` pause behaviour removed). - Updates reload handler message to 'Reloading connected app(s)...' (since ). - Adds newline below key commands printout (even spacing). Changelog: [Internal] Reviewed By: NickGerleman Differential Revision: D49422206 fbshipit-source-id: 8963b22ddb182df7a1116906fc63cc65bfe982fc |
||
---|---|---|
.. | ||
cli-server-api_v12.x.x.js | ||
cli-tools_v12.x.x.js | ||
cli-types_v12.x.x.js |