Skip to content

Commit

Permalink
Update MainApplication.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis authored Dec 8, 2023
1 parent 17d58f8 commit 72107de
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ class MainApplication : Application(), ReactApplication {
override val reactNativeHost: ReactNativeHost =
object : DefaultReactNativeHost(this) {
override fun getPackages(): List<ReactPackage> {
// Packages that cannot be autolinked yet can be added manually here, for example:
return PackageList(this).packages.apply {
// Packages that cannot be autolinked yet can be added manually here, for example:
// Packages that cannot be autolinked yet can be added manually here, for example:
// add(MyReactNativePackage())
}
}
Expand Down

0 comments on commit 72107de

Please sign in to comment.