Skip to content

Commit

Permalink
fix: bundler error when running android example (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyontu authored and mmazzarolo committed Jun 15, 2019
1 parent 31db9a8 commit 6dc475b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ protected List<ReactPackage> getPackages() {

@Override
protected String getJSMainModuleName() {
return "index";
return "example/index";
}
};

Expand Down

0 comments on commit 6dc475b

Please sign in to comment.