-
Notifications
You must be signed in to change notification settings - Fork 906
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
☂️ Improve developer experience in React Native CLI ✨ #1820
Comments
We recently discovered that pressing |
Hey @tido64, on CLI's side we're sending the |
I already mentioned that somewhere, but if possible, i think it would be a nice DX improvement if the prompt from |
Summary: Inspired by tido64's comment react-native-community/cli#1820 (comment) I'm adding missing implementation on iOS for invoking dev menu by pressing `d` in terminal while metro is launched. ## Changelog [IOS][ADDED] - Add invoking dev menu on iOS by pressing `d` in terminal. Pull Request resolved: #36115 Test Plan: Press `d` in terminal while metro is launched - dev menu should appear. https://user-images.githubusercontent.com/63900941/217936561-deea1390-221e-4f32-bbc4-e6fcfdf2a992.mp4 Reviewed By: rshest Differential Revision: D43185001 Pulled By: javache fbshipit-source-id: daa7af3b24b1b9f10d1a1ef8db8d9af816e912ea
There hasn't been any activity on this issue in the past 3 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days. |
…ook#36115) Summary: Inspired by tido64's comment react-native-community/cli#1820 (comment) I'm adding missing implementation on iOS for invoking dev menu by pressing `d` in terminal while metro is launched. ## Changelog [IOS][ADDED] - Add invoking dev menu on iOS by pressing `d` in terminal. Pull Request resolved: facebook#36115 Test Plan: Press `d` in terminal while metro is launched - dev menu should appear. https://user-images.githubusercontent.com/63900941/217936561-deea1390-221e-4f32-bbc4-e6fcfdf2a992.mp4 Reviewed By: rshest Differential Revision: D43185001 Pulled By: javache fbshipit-source-id: daa7af3b24b1b9f10d1a1ef8db8d9af816e912ea
Let's close this issue! If there are any other DevX improvements to CLI please report new issues! 🙏 |
Current stage
Currently there's ongoing effort to make React Native CLI better, and easier to use for developers. Recently these nice flags were created:
--interactive
(feat: interactive mode for android #1815, feat: interactive mode for selecting mode and scheme for iOS #1811),--list-devices
(feat: list available apple devices withrun-ios --list-devices
#1676, Feat: List android devices #1765),which allows users to select options in a nice and user-friendly way.
Next stage
While contributing and improving CLI, we're thinking about other improvements which can make CLI better. Here's list of improvements we would like to have in CLI in the nearest future:
The text was updated successfully, but these errors were encountered: