unicorn-demo-app 6.20.1 → 6.20.2
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
CHANGED
|
@@ -1254,9 +1254,9 @@ exports[`AvatarScreen renders screen 1`] = `
|
|
|
1254
1254
|
undefined,
|
|
1255
1255
|
undefined,
|
|
1256
1256
|
undefined,
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1257
|
+
undefined,
|
|
1258
|
+
undefined,
|
|
1259
|
+
undefined,
|
|
1260
1260
|
Object {
|
|
1261
1261
|
"alignItems": "center",
|
|
1262
1262
|
"borderRadius": 999,
|
|
@@ -1288,21 +1288,26 @@ exports[`AvatarScreen renders screen 1`] = `
|
|
|
1288
1288
|
undefined,
|
|
1289
1289
|
false,
|
|
1290
1290
|
Array [
|
|
1291
|
+
Array [
|
|
1292
|
+
Object {
|
|
1293
|
+
"alignItems": "center",
|
|
1294
|
+
"borderRadius": 999,
|
|
1295
|
+
"height": 60,
|
|
1296
|
+
"justifyContent": "center",
|
|
1297
|
+
"width": 60,
|
|
1298
|
+
},
|
|
1299
|
+
Object {
|
|
1300
|
+
"bottom": 0,
|
|
1301
|
+
"left": 0,
|
|
1302
|
+
"position": "absolute",
|
|
1303
|
+
"right": 0,
|
|
1304
|
+
"top": 0,
|
|
1305
|
+
},
|
|
1306
|
+
undefined,
|
|
1307
|
+
],
|
|
1291
1308
|
Object {
|
|
1292
|
-
"
|
|
1293
|
-
"borderRadius": 999,
|
|
1294
|
-
"height": 60,
|
|
1295
|
-
"justifyContent": "center",
|
|
1296
|
-
"width": 60,
|
|
1309
|
+
"opacity": 0,
|
|
1297
1310
|
},
|
|
1298
|
-
Object {
|
|
1299
|
-
"bottom": 0,
|
|
1300
|
-
"left": 0,
|
|
1301
|
-
"position": "absolute",
|
|
1302
|
-
"right": 0,
|
|
1303
|
-
"top": 0,
|
|
1304
|
-
},
|
|
1305
|
-
undefined,
|
|
1306
1311
|
],
|
|
1307
1312
|
false,
|
|
1308
1313
|
]
|