We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0e051 commit 72484fbCopy full SHA for 72484fb
1 file changed
README.md
@@ -52,7 +52,7 @@ Useful if you want to capture listen for `BackButton` press and pause your appli
52
.setBundleAssetName("index.android.bundle")
53
.setJSMainModuleName("index.android")
54
.addPackage(new MainReactPackage())
55
- .addPackage(new ActivityAndroidPackage(this)) // <---- Add here
+ .addPackage(new ActivityAndroidPackage()) // <---- Add here
56
.setUseDeveloperSupport(BuildConfig.DEBUG)
57
.setInitialLifecycleState(LifecycleState.RESUMED)
58
.build();
0 commit comments