Skip to content

Commit

Permalink
Test export to github
Browse files Browse the repository at this point in the history
Reviewed By: @mkonicek

Differential Revision: D2467343

committer: Service User <svcscm@fb.com>
  • Loading branch information
Martin Konicek authored and facebook-github-bot-5 committed Sep 22, 2015
1 parent 2f9bd1f commit c45be4d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
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);
}

0 comments on commit c45be4d

Please sign in to comment.