mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 22:50:21 +08:00
Test export to github
Reviewed By: @mkonicek Differential Revision: D2467343 committer: Service User <svcscm@fb.com>
This commit is contained in:
committed by
facebook-github-bot-5
parent
2f9bd1f62f
commit
c45be4d55a
@@ -13,8 +13,9 @@ import com.facebook.react.bridge.JavaScriptModule;
|
||||
import com.facebook.react.bridge.WritableMap;
|
||||
|
||||
/**
|
||||
* JS module interface - main entry point for launching react application for a given key.
|
||||
* JS module interface - main entry point for launching React application for a given key.
|
||||
*/
|
||||
public interface AppRegistry extends JavaScriptModule {
|
||||
|
||||
void runApplication(String appKey, WritableMap appParameters);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user