mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-07 09:27:29 +08:00
Initialize FabricXX C++ code and register rootview
Summary: This diff initializes Fabric C++ UIManager code from java, it also registers android RootViews inside C++. Reviewed By: shergin Differential Revision: D8794819 fbshipit-source-id: b4d1d0958a3f8e01d4a51be957d9a2e2f442489e
This commit is contained in:
committed by
Facebook Github Bot
parent
e155e78451
commit
6c8b68183d
@@ -7,8 +7,8 @@
|
||||
|
||||
package com.facebook.react.fabric;
|
||||
|
||||
public interface FabricBinder {
|
||||
public interface FabricBinder<T extends FabricBinding> {
|
||||
|
||||
void setBinding(FabricBinding binding);
|
||||
void setBinding(T binding);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user