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 2351d55 commit a9c5b4aCopy full SHA for a9c5b4a
android/app/src/main/java/com/rnuilib/MainApplication.kt
@@ -26,7 +26,7 @@ class MainApplication : NavigationApplication() {
26
// add(MyReactNativePackage())
27
}
28
29
- override fun getJSMainModuleName(): String = "demo"
+ override fun getJSMainModuleName(): String = "index"
30
31
override fun getUseDeveloperSupport(): Boolean = BuildConfig.DEBUG
32
0 commit comments