Skip to content

Commit

Permalink
Update to react-native 0.73.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Jan 8, 2024
1 parent 3c664f3 commit f261848
Show file tree
Hide file tree
Showing 6 changed files with 378 additions and 534 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ 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:
// packages.add(new MyReactNativePackage());
return PackageList(this).packages
}
override fun getPackages(): List<ReactPackage> =
PackageList(this).packages.apply {
// Packages that cannot be autolinked yet can be added manually here, for example:
// add(MyReactNativePackage())
}

override fun getJSMainModuleName(): String = "index"

Expand Down
Loading

0 comments on commit f261848

Please sign in to comment.