react-native-navigation 7.37.2-snapshot.1228 → 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.
- package/package.json +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-navigation",
|
|
3
|
-
"version": "7.37.2-snapshot.
|
|
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,
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"main": "lib/dist/src/index.js",
|
|
23
23
|
"typings": "lib/dist/src/index.d.ts",
|
|
24
24
|
"scripts": {
|
|
25
|
+
"postinstall": "node scripts/postinstall.js",
|
|
25
26
|
"build": "node ./scripts/build",
|
|
26
27
|
"watch": "node ./scripts/watch",
|
|
27
28
|
"xcode": "open playground/ios/playground.xcworkspace",
|
|
@@ -156,7 +157,8 @@
|
|
|
156
157
|
"simulator": {
|
|
157
158
|
"type": "ios.simulator",
|
|
158
159
|
"device": {
|
|
159
|
-
"type": "iPhone 13 Pro Max"
|
|
160
|
+
"type": "iPhone 13 Pro Max",
|
|
161
|
+
"os": "15.5"
|
|
160
162
|
}
|
|
161
163
|
},
|
|
162
164
|
"genymotion.emulator.name": {
|
|
@@ -200,7 +202,7 @@
|
|
|
200
202
|
"ios.none": {
|
|
201
203
|
"binaryPath": "playground/ios/DerivedData/playground/Build/Products/Debug-iphonesimulator/playground.app",
|
|
202
204
|
"type": "ios.none",
|
|
203
|
-
"name": "iPhone
|
|
205
|
+
"name": "iPhone 13",
|
|
204
206
|
"session": {
|
|
205
207
|
"server": "ws://localhost:8099",
|
|
206
208
|
"sessionId": "playground"
|