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:
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);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue