react-native-navigation 8.4.3-snapshot.1908 → 8.4.3-snapshot.1946
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 +2 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-navigation",
|
|
3
|
-
"version": "8.4.3-snapshot.
|
|
3
|
+
"version": "8.4.3-snapshot.1946",
|
|
4
4
|
"description": "React Native Navigation - truly native navigation for iOS and Android",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"nativePackage": true,
|
|
@@ -162,16 +162,10 @@
|
|
|
162
162
|
"os": "15.5"
|
|
163
163
|
}
|
|
164
164
|
},
|
|
165
|
-
"genymotion.emulator.name": {
|
|
166
|
-
"type": "android.genycloud",
|
|
167
|
-
"device": {
|
|
168
|
-
"recipeUUID": "9baf12f9-a645-4ffa-a688-0e92584d6194"
|
|
169
|
-
}
|
|
170
|
-
},
|
|
171
165
|
"emulator": {
|
|
172
166
|
"type": "android.emulator",
|
|
173
167
|
"device": {
|
|
174
|
-
"avdName": "
|
|
168
|
+
"avdName": "Pixel_3a_API_35"
|
|
175
169
|
}
|
|
176
170
|
}
|
|
177
171
|
},
|
|
@@ -246,10 +240,6 @@
|
|
|
246
240
|
"android.emu.release": {
|
|
247
241
|
"app": "android.release",
|
|
248
242
|
"device": "emulator"
|
|
249
|
-
},
|
|
250
|
-
"android.genycloud.release": {
|
|
251
|
-
"app": "android.release",
|
|
252
|
-
"device": "genymotion.emulator.name"
|
|
253
243
|
}
|
|
254
244
|
}
|
|
255
245
|
},
|