Skip to content

Commit

Permalink
Extend installFabric method to access UIFabricModule from C++
Browse files Browse the repository at this point in the history
Reviewed By: sebmarkbage

Differential Revision: D7001974

fbshipit-source-id: a49c6e634ac710805fb37a50a61c2cf2e248b8a7
  • Loading branch information
mdvacca authored and facebook-github-bot committed Feb 15, 2018
1 parent c82b9f7 commit ad4f54f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
package com.facebook.react.fabric;

import com.facebook.react.bridge.JavaScriptContextHolder;

public interface FabricBinding {

void installFabric(Object jsContext, FabricUIManagerModule fabricModule);
void installFabric(JavaScriptContextHolder jsContext, FabricUIManagerModule fabricModule);

}

0 comments on commit ad4f54f

Please sign in to comment.