Skip to content

Commit a9c5b4a

Browse files
authored
Android - fix entry point after change demo to index (#3512)
1 parent 2351d55 commit a9c5b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/src/main/java/com/rnuilib/MainApplication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class MainApplication : NavigationApplication() {
2626
// add(MyReactNativePackage())
2727
}
2828

29-
override fun getJSMainModuleName(): String = "demo"
29+
override fun getJSMainModuleName(): String = "index"
3030

3131
override fun getUseDeveloperSupport(): Boolean = BuildConfig.DEBUG
3232

0 commit comments

Comments
 (0)