Created
August 6, 2017 07:21
-
-
Save rajsuvariya/724fdd79141b080e8503d223b9c1cd79 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mReactInstanceManager = ReactInstanceManager.builder() | |
.setApplication(getApplication()) | |
.setBundleAssetName("index.android.bundle") | |
.setJSMainModuleName("index.android") | |
.addPackage(new MainReactPackage()) | |
.addPackage(new SharedPreferencePackager()) | |
.setUseDeveloperSupport(BuildConfig.DEBUG) | |
.setInitialLifecycleState(LifecycleState.RESUMED) | |
.build(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment