Skip to content

Commit

Permalink
Update packages/react-native/template/android/app/src/main/java/com/h…
Browse files Browse the repository at this point in the history
…elloworld/MainApplication.kt

Co-authored-by: Nicola Corti <[email protected]>
  • Loading branch information
janicduplessis and cortinico authored Dec 12, 2023
1 parent 4e52572 commit cab12a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class MainApplication : Application(), ReactApplication {
override fun getPackages(): List<ReactPackage> =
PackageList(this).packages.apply {
// Packages that cannot be autolinked yet can be added manually here, for example:
add(TWAppTurboReactPackage())
// add(MyReactNativePackage())
}

override fun getJSMainModuleName(): String = "index"
Expand Down

0 comments on commit cab12a2

Please sign in to comment.