Uh oh!
There was an error while loading. Please reload this page.
fix[android]: fix bridgeless configuration to include DebuggingOverlay in react packages - #43661
fix[android]: fix bridgeless configuration to include DebuggingOverlay in react packages#43661hoxyq wants to merge 1 commit into
Conversation
facebook-github-bot
commented
Mar 26, 2024
This pull request was exported from Phabricator. Differential Revision: D55375350 |
facebook-github-bot
commented
Mar 26, 2024
This pull request was exported from Phabricator. Differential Revision: D55375350 |
facebook-github-bot
commented
Mar 27, 2024
This pull request was exported from Phabricator. Differential Revision: D55375350 |
3596edb to
a2c54ceComparefacebook-github-bot
commented
Mar 27, 2024
This pull request was exported from Phabricator. Differential Revision: D55375350 |
1 similar comment
facebook-github-bot
commented
Mar 27, 2024
This pull request was exported from Phabricator. Differential Revision: D55375350 |
bcfc627 to
b829060Comparefacebook-github-bot
commented
Mar 27, 2024
This pull request was exported from Phabricator. Differential Revision: D55375350 |
facebook-github-bot
commented
Mar 27, 2024
This pull request was exported from Phabricator. Differential Revision: D55375350 |
…y in react packages (#43661) Summary: # Changelog: [Internal] 1. Remove `BridgelessDebugReactPackage.java`, this was added in D43407534. Technically, its the same as `DebugCorePackage.java`. 2. `ReactInstance` to add `DebugCorePackage`, so `DebuggingOverlay` view manager will be included in the bridgeless build. 3. Fix `RNTesterApplication.kt` to NOT create `MyLegacyViewManager` for every possible viewManagerName, apart from `"RNTMyNativeView"`, return null instead. Differential Revision: D55375350
facebook-github-bot
commented
Mar 27, 2024
This pull request was exported from Phabricator. Differential Revision: D55375350 |
analysis-bot
commented
Mar 27, 2024
Base commit: 575507d |
facebook-github-bot
commented
Mar 28, 2024
This pull request has been merged in ad93680. |
…y in react packages (#43661) Summary: Pull Request resolved: #43661 # Changelog: [Internal] 1. Remove `BridgelessDebugReactPackage.java`, this was added in D43407534. Technically, its the same as `DebugCorePackage.java`. 2. `ReactInstance` to add `DebugCorePackage`, so `DebuggingOverlay` view manager will be included in the bridgeless build. 3. Fix `RNTesterApplication.kt` to NOT create `MyLegacyViewManager` for every possible viewManagerName, apart from `"RNTMyNativeView"`, return null instead. Reviewed By: cortinico Differential Revision: D55375350 fbshipit-source-id: 1d3cb6b5ad3c0248df1def9f37c8c49b308f4473
Summary:
Changelog: [Internal]
BridgelessDebugReactPackage.javato core, this was added in D43407534.ReactInstanceJavato addBridgelessDebugReactPackage, soDebuggingOverlayview manager will be included in the bridgeless build.RNTesterApplication.ktto NOT createMyLegacyViewManagerfor every possible viewManagerName, apart from"RNTMyNativeView", return null instead.Differential Revision: D55375350