Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix[android]: fix bridgeless configuration to include DebuggingOverla…
…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