Skip to content

Commit 541ac19

Browse files
javachefacebook-github-bot
authored andcommitted
Convert com.facebook.react.runtime.ReactInstance to Kotlin
Summary: Changelog: [Internal] Differential Revision: D72804418
1 parent bd64ec8 commit 541ac19

File tree

6 files changed

+606
-670
lines changed

6 files changed

+606
-670
lines changed

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/runtime/ReactHostImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ FabricUIManager getUIManager() {
672672
if (reactInstance == null) {
673673
return null;
674674
}
675-
return reactInstance.getUIManager();
675+
return reactInstance.getFabricUIManager();
676676
}
677677

678678
/* package */ <T extends NativeModule> boolean hasNativeModule(Class<T> nativeModuleInterface) {

0 commit comments

Comments
 (0)