Skip to content

Commit 36ef050

Browse files
committed
test(deps): react-native 0.73.2
1 parent e3675cc commit 36ef050

File tree

3 files changed

+1118
-2189
lines changed

3 files changed

+1118
-2189
lines changed

tests/android/app/src/main/java/com/invertase/testing/MainApplication.kt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ class MainApplication : Application(), ReactApplication {
1919

2020
override val reactNativeHost: ReactNativeHost =
2121
object : DefaultReactNativeHost(this) {
22-
override fun getPackages(): List<ReactPackage> {
23-
// Packages that cannot be autolinked yet can be added manually here, for example:
24-
// packages.add(new MyReactNativePackage());
25-
return PackageList(this).packages
26-
}
22+
23+
override fun getPackages(): List<ReactPackage> =
24+
PackageList(this).packages.apply {
25+
// Packages that cannot be autolinked yet can be added manually here, for example:
26+
// add(MyReactNativePackage())
27+
}
2728

2829
override fun getJSMainModuleName(): String = "index"
2930

tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"@react-native-firebase/storage": "18.7.3",
2828
"postinstall-postinstall": "2.1.0",
2929
"react": "18.2.0",
30-
"react-native": "0.73.1",
30+
"react-native": "0.73.2",
3131
"react-native-device-info": "^10.12.0"
3232
},
3333
"devDependencies": {
3434
"@firebase/rules-unit-testing": "^3.0.1",
3535
"@react-native-firebase/private-tests-helpers": "^1.0.0",
36-
"@react-native/babel-preset": "^0.74.0",
37-
"@react-native/metro-config": "^0.73.2",
36+
"@react-native/babel-preset": "^0.73.19",
37+
"@react-native/metro-config": "^0.73.3",
3838
"a2a": "^0.2.1",
3939
"babel-plugin-istanbul": "^6.1.1",
4040
"detox": "^19.13.0",

0 commit comments

Comments
 (0)