mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-03 22:48:25 +08:00
Add support for async bridged methods to android
Differential Revision: D2595414 fb-gh-sync-id: 3b44ce1737bdd1e0861a285a45976631a57ab3b5
This commit is contained in:
committed by
facebook-github-bot-4
parent
b73bf16349
commit
b86a6e3b44
@@ -24,6 +24,7 @@ import com.fasterxml.jackson.core.JsonGenerator;
|
||||
public interface NativeModule {
|
||||
public static interface NativeMethod {
|
||||
void invoke(CatalystInstance catalystInstance, ReadableNativeArray parameters);
|
||||
String getType();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user