Skip to content

Commit

Permalink
fix android entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
zirgulis committed Feb 11, 2025
1 parent a1f2ce0 commit 5e5998b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class MainApplication : MultiDexApplication(), ReactApplication {
add(NavBarManagerPackage())
}

override fun getJSMainModuleName() = ".expo/.virtual-metro-entry"
override fun getJSMainModuleName() = "index"

override val isNewArchEnabled: Boolean
get() = BuildConfig.IS_NEW_ARCHITECTURE_ENABLED
Expand Down

0 comments on commit 5e5998b

Please sign in to comment.