Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rntester Android > Don't call rncore_ModuleProvider(name, params) twi…
…ce (#40758) Summary: Pull Request resolved: #40758 This is a follow up to #39987 As we already call ``` return rncore_ModuleProvider(name, params); ``` in: https://github.com/facebook/react-native/blob/main/packages/react-native/ReactAndroid/src/main/jni/react/newarchdefaults/DefaultTurboModuleManagerDelegate.cpp#L55 we don't have to do it again in: https://github.com/facebook/react-native/blob/main/packages/rn-tester/android/app/src/main/jni/OnLoad.cpp#L53 Changelog: [Internal] Reviewed By: cortinico Differential Revision: D50109991 fbshipit-source-id: eeb5af739f4dbf4bf45a21a13eec44ae772db7c4
- Loading branch information