forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify key handling in start command
Summary: Remove the `KeyPressHandler` util in favour of using the `process.stdin` APIs inline. This reduces complexity (where we were effectively not using the conditional interception this previously implemented — see also facebook#46416), and more closely mirrors our internal dev server setup. Resolves facebook#46571. Changelog: [Internal] Reviewed By: hoxyq Differential Revision: D63255321
- Loading branch information
1 parent
2d75b50
commit cf88fa2
Showing
3 changed files
with
33 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
90 changes: 0 additions & 90 deletions
90
packages/community-cli-plugin/src/utils/KeyPressHandler.js
This file was deleted.
Oops, something went wrong.