mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-01 22:41:28 +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: D8878148 fbshipit-source-id: 8b7924f715b135eda37bb2683206d3e321a2b7b2
This commit is contained in:
committed by
Facebook Github Bot
parent
fd29878a8b
commit
596f17efda
@@ -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