Skip to content

Commit

Permalink
fix_again
Browse files Browse the repository at this point in the history
  • Loading branch information
RoJoHub committed Feb 15, 2019
1 parent 63a3c8d commit b86dc04
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,7 @@ public class MyReactActivity extends Activity implements DefaultHardwareBackBtnH
mReactRootView = new ReactRootView(this);
mReactInstanceManager = ReactInstanceManager.builder()
.setApplication(getApplication())
.setCurrentActivity(this)
.setBundleAssetName("index.android.bundle")
.setJSMainModulePath("index")
.addPackage(new MainReactPackage())
Expand Down

0 comments on commit b86dc04

Please sign in to comment.