mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-05 09:29:07 +08:00
Revert D8794819: [fabric][android] Initialize FabricXX C++ code and register rootview
Differential Revision: D8794819 Original commit changeset: b4d1d0958a3f fbshipit-source-id: a984be9a31601644fb2d20a831f4e27075f24f7f
This commit is contained in:
committed by
Facebook Github Bot
parent
8ef90df28c
commit
bf22d904fe
@@ -7,8 +7,8 @@
|
||||
|
||||
package com.facebook.react.fabric;
|
||||
|
||||
public interface FabricBinder<T extends FabricBinding> {
|
||||
public interface FabricBinder {
|
||||
|
||||
void setBinding(T binding);
|
||||
void setBinding(FabricBinding binding);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user