mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Extend installFabric method to access UIFabricModule from C++
Reviewed By: sebmarkbage Differential Revision: D7001974 fbshipit-source-id: a49c6e634ac710805fb37a50a61c2cf2e248b8a7
This commit is contained in:
committed by
Facebook Github Bot
parent
c82b9f72de
commit
ad4f54ff6c
@@ -1,7 +1,9 @@
|
||||
package com.facebook.react.fabric;
|
||||
|
||||
import com.facebook.react.bridge.JavaScriptContextHolder;
|
||||
|
||||
public interface FabricBinding {
|
||||
|
||||
void installFabric(Object jsContext, FabricUIManagerModule fabricModule);
|
||||
void installFabric(JavaScriptContextHolder jsContext, FabricUIManagerModule fabricModule);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user