react-native-navigation 7.37.2-snapshot.1232 → 7.37.2-snapshot.1238

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-navigation",
3
- "version": "7.37.2-snapshot.1232",
3
+ "version": "7.37.2-snapshot.1238",
4
4
  "description": "React Native Navigation - truly native navigation for iOS and Android",
5
5
  "license": "MIT",
6
6
  "nativePackage": true,
@@ -157,7 +157,8 @@
157
157
  "simulator": {
158
158
  "type": "ios.simulator",
159
159
  "device": {
160
- "type": "iPhone 13 Pro Max"
160
+ "type": "iPhone 13 Pro Max",
161
+ "os": "15.5"
161
162
  }
162
163
  },
163
164
  "genymotion.emulator.name": {
@@ -201,7 +202,7 @@
201
202
  "ios.none": {
202
203
  "binaryPath": "playground/ios/DerivedData/playground/Build/Products/Debug-iphonesimulator/playground.app",
203
204
  "type": "ios.none",
204
- "name": "iPhone 11",
205
+ "name": "iPhone 13",
205
206
  "session": {
206
207
  "server": "ws://localhost:8099",
207
208
  "sessionId": "playground"