mirror of
https://github.com/status-im/react-native.git
synced 2025-01-28 02:04:55 +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:
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);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user