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

Add 'j' to debug key handler #39256

Closed
wants to merge 2 commits into from
Closed

Conversation

huntie
Copy link
Member

@huntie huntie commented Sep 1, 2023

Summary:

Context

RFC: Decoupling Flipper from React Native core: react-native-community/discussions-and-proposals#641

Changes

  • Adds j key handler to open JS debugger (mirroring Expo CLI).
  • Updates isDevServerRunning to consider server scheme and host.
  • Reorders key prompts.

Changelog:
[General][Changed] Add 'j' to debug key trigger from CLI

Differential Revision: D48873335

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner fb-exported labels Sep 1, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48873335

@analysis-bot
Copy link

analysis-bot commented Sep 1, 2023

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 8,966,926 +27
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 9,558,485 +12
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: 83885f1
Branch: main

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48873335

huntie added a commit to huntie/react-native that referenced this pull request Sep 1, 2023
Summary:
Pull Request resolved: facebook#39256

## Context

RFC: Decoupling Flipper from React Native core: react-native-community/discussions-and-proposals#641

## Changes

- Adds `j` key handler to open JS debugger (mirroring Expo CLI).
- Updates `isDevServerRunning` to consider server scheme and host.
- Reorders key prompts.

Changelog:
[General][Changed] Add 'j' to debug key trigger from CLI

Reviewed By: motiz88

Differential Revision: D48873335

fbshipit-source-id: 9fc07f4afc8becaf63700eae85a1d447c2564a47
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48873335

huntie added a commit to huntie/react-native that referenced this pull request Sep 1, 2023
Summary:
Pull Request resolved: facebook#39256

## Context

RFC: Decoupling Flipper from React Native core: react-native-community/discussions-and-proposals#641

## Changes

- Adds `j` key handler to open JS debugger (mirroring Expo CLI).
- Updates `isDevServerRunning` to consider server scheme and host.
- Reorders key prompts.

Changelog:
[General][Changed] Add 'j' to debug key trigger from CLI

Reviewed By: motiz88

Differential Revision: D48873335

fbshipit-source-id: 386710bdc05b5fa325474266fb05d1ffd5ac2382
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48873335

huntie added a commit to huntie/react-native that referenced this pull request Sep 1, 2023
Summary:
Pull Request resolved: facebook#39256

## Context

RFC: Decoupling Flipper from React Native core: react-native-community/discussions-and-proposals#641

## Changes

- Adds `j` key handler to open JS debugger (mirroring Expo CLI).
- Updates `isDevServerRunning` to consider server scheme and host.
- Reorders key prompts.

Changelog:
[General][Changed] Add 'j' to debug key trigger from CLI

Reviewed By: motiz88

Differential Revision: D48873335

fbshipit-source-id: 0002db509ba3bbba94a0df970fc6d753cab69da2
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48873335

huntie added a commit to huntie/react-native that referenced this pull request Sep 3, 2023
Summary:
Pull Request resolved: facebook#39256

## Context

RFC: Decoupling Flipper from React Native core: react-native-community/discussions-and-proposals#641

## Changes

- Adds `j` key handler to open JS debugger (mirroring Expo CLI).
- Updates `isDevServerRunning` to consider server scheme and host.
- Reorders key prompts.

Changelog:
[General][Changed] Add 'j' to debug key trigger from CLI

Reviewed By: motiz88

Differential Revision: D48873335

fbshipit-source-id: 32b85b89ffc66aaa2be3219a464e308e5ca50ff6
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48873335

huntie added a commit to huntie/react-native that referenced this pull request Sep 3, 2023
Summary:
Pull Request resolved: facebook#39256

## Context

RFC: Decoupling Flipper from React Native core: react-native-community/discussions-and-proposals#641

## Changes

- Adds `j` key handler to open JS debugger (mirroring Expo CLI).
- Updates `isDevServerRunning` to consider server scheme and host.
- Reorders key prompts.

Changelog:
[General][Changed] Add 'j' to debug key trigger from CLI

Reviewed By: motiz88

Differential Revision: D48873335

fbshipit-source-id: 6ab1cc368596dd8d961b40a561da1a8f8cbe8595
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48873335

huntie added a commit to huntie/react-native that referenced this pull request Sep 4, 2023
Summary:
Pull Request resolved: facebook#39256

## Context

RFC: Decoupling Flipper from React Native core: react-native-community/discussions-and-proposals#641

## Changes

- Adds `j` key handler to open JS debugger (mirroring Expo CLI).
- Updates `isDevServerRunning` to consider server scheme and host.
- Reorders key prompts.

Changelog:
[General][Changed] Add 'j' to debug key trigger from CLI

Reviewed By: motiz88

Differential Revision: D48873335

fbshipit-source-id: 111018ac51bc05f571d4ef40bf1a3bb9871e0b84
Alex Hunt and others added 2 commits September 4, 2023 04:01
Differential Revision: https://internalfb.com/D48873336

fbshipit-source-id: 40c408295b5ae9d7d0f1447a6c9f2cfaf5828b36
Summary:
Pull Request resolved: facebook#39256

## Context

RFC: Decoupling Flipper from React Native core: react-native-community/discussions-and-proposals#641

## Changes

- Adds `j` key handler to open JS debugger (mirroring Expo CLI).
- Updates `isDevServerRunning` to consider server scheme and host.
- Reorders key prompts.

Changelog:
[General][Changed] Add 'j' to debug key trigger from CLI

Reviewed By: motiz88

Differential Revision: D48873335

fbshipit-source-id: 56b8fa401f3e04928f30f292d4c71445315e9121
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48873335

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Sep 4, 2023
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 321f7db.

@huntie huntie deleted the export-D48873335 branch February 16, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants