Skip to content

DisabledDevSupportManager -> ReleaseDevSupportManager#43667

Closed
arushikesarwani94 wants to merge 1 commit into
facebook:mainfrom
arushikesarwani94:export-D55388403
Closed

DisabledDevSupportManager -> ReleaseDevSupportManager#43667
arushikesarwani94 wants to merge 1 commit into
facebook:mainfrom
arushikesarwani94:export-D55388403

Conversation

@arushikesarwani94

Copy link
Copy Markdown
Contributor

Summary:
Renaming DisabledDevSupportManager -> ReleaseDevSupportManager to avoid confusion since this is only initialized in Release variant

if (DEV) {
mDevSupportManager =
new BridgelessDevSupportManager(
ReactHostImpl.this, mContext, mReactHostDelegate.getJsMainModulePath());
} else {
mDevSupportManager = new DisabledDevSupportManager();
}

Changelog:
[Internal] Internal

Differential Revision: D55388403

@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 labels Mar 26, 2024
@facebook-github-bot

Copy link
Copy Markdown
Contributor

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

@facebook-github-bot

Copy link
Copy Markdown
Contributor

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

@facebook-github-bot

Copy link
Copy Markdown
Contributor

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

Summary:
Pull Request resolved: facebook#43667

Renaming `DisabledDevSupportManager` -> `ReleaseDevSupportManager` to avoid confusion since this is only initialized in Release variant
https://github.com/facebook/react-native/blob/bb02049a6af2c83c3fa633a5eb098bae1135b4a4/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/runtime/ReactHostImpl.java#L181-L187

allow-large-files

Changelog:
[Internal] Internal

Reviewed By: fkgozali, cortinico

Differential Revision: D55388403
@facebook-github-bot

Copy link
Copy Markdown
Contributor

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

@analysis-bot

Copy link
Copy Markdown
Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 18,487,463 -13
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 21,856,581 -3
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: 575507d
Branch: main

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Mar 28, 2024
@facebook-github-bot

Copy link
Copy Markdown
Contributor

This pull request has been merged in 41a9664.

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