Skip to content

Commit

Permalink
Make ReanimatedModule.NAME public (#356)
Browse files Browse the repository at this point in the history
This allow using the constant directly with `TurboReactPackage`.
  • Loading branch information
janicduplessis authored and osdnk committed Aug 2, 2019
1 parent a7e3ffe commit edaf24c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public class ReanimatedModule extends ReactContextBaseJavaModule implements
LifecycleEventListener, UIManagerModuleListener {

protected static final String NAME = "ReanimatedModule";
public static final String NAME = "ReanimatedModule";

private interface UIThreadOperation {
void execute(NodesManager nodesManager);
Expand Down

0 comments on commit edaf24c

Please sign in to comment.