Skip to content

Commit 04348e9

Browse files
javachefacebook-github-bot
authored andcommitted
Convert com.facebook.react.runtime.ReactInstance to Kotlin (facebook#50664)
Summary: Pull Request resolved: facebook#50664 Changelog: [Internal] Reviewed By: mlord93 Differential Revision: D72804418 fbshipit-source-id: 776adcb4c6cd6ad867525ac28cda8089c56f1ae5
1 parent ffd7691 commit 04348e9

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ FabricUIManager getUIManager() {
674674
if (reactInstance == null) {
675675
return null;
676676
}
677-
return reactInstance.getUIManager();
677+
return reactInstance.getFabricUIManager();
678678
}
679679

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

0 commit comments

Comments
 (0)