Skip to content

Commit

Permalink
fix[android]: fix bridgeless configuration to include DebuggingOverla…
Browse files Browse the repository at this point in the history
…y in react packages (#43661)

Summary:

# Changelog: [Internal]

1. Remove `BridgelessDebugReactPackage.java` to core, 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
  • Loading branch information
hoxyq authored and facebook-github-bot committed Mar 27, 2024
1 parent 575507d commit b829060
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7,546 deletions.
Loading

0 comments on commit b829060

Please sign in to comment.