unicorn-demo-app 6.27.2 → 6.27.3
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
|
@@ -632,6 +632,11 @@ exports[`AvatarScreen renders screen 1`] = `
|
|
|
632
632
|
accessibilityLabel="badge"
|
|
633
633
|
accessibilityRole="text"
|
|
634
634
|
accessible={false}
|
|
635
|
+
iconProps={
|
|
636
|
+
Object {
|
|
637
|
+
"tintColor": null,
|
|
638
|
+
}
|
|
639
|
+
}
|
|
635
640
|
modifiers={Object {}}
|
|
636
641
|
size={10}
|
|
637
642
|
style={
|
|
@@ -857,6 +862,11 @@ exports[`AvatarScreen renders screen 1`] = `
|
|
|
857
862
|
accessibilityLabel="badge"
|
|
858
863
|
accessibilityRole="text"
|
|
859
864
|
accessible={false}
|
|
865
|
+
iconProps={
|
|
866
|
+
Object {
|
|
867
|
+
"tintColor": null,
|
|
868
|
+
}
|
|
869
|
+
}
|
|
860
870
|
modifiers={Object {}}
|
|
861
871
|
size={10}
|
|
862
872
|
style={
|
|
@@ -1082,6 +1092,11 @@ exports[`AvatarScreen renders screen 1`] = `
|
|
|
1082
1092
|
accessibilityLabel="badge"
|
|
1083
1093
|
accessibilityRole="text"
|
|
1084
1094
|
accessible={false}
|
|
1095
|
+
iconProps={
|
|
1096
|
+
Object {
|
|
1097
|
+
"tintColor": null,
|
|
1098
|
+
}
|
|
1099
|
+
}
|
|
1085
1100
|
modifiers={Object {}}
|
|
1086
1101
|
size={10}
|
|
1087
1102
|
style={
|
|
@@ -1488,6 +1503,11 @@ exports[`AvatarScreen renders screen 1`] = `
|
|
|
1488
1503
|
accessibilityLabel="badge"
|
|
1489
1504
|
accessibilityRole="text"
|
|
1490
1505
|
accessible={false}
|
|
1506
|
+
iconProps={
|
|
1507
|
+
Object {
|
|
1508
|
+
"tintColor": null,
|
|
1509
|
+
}
|
|
1510
|
+
}
|
|
1491
1511
|
modifiers={Object {}}
|
|
1492
1512
|
size={14}
|
|
1493
1513
|
style={
|
|
@@ -1719,6 +1739,11 @@ exports[`AvatarScreen renders screen 1`] = `
|
|
|
1719
1739
|
"testUri": "../../../demo/src/assets/icons/star.png",
|
|
1720
1740
|
}
|
|
1721
1741
|
}
|
|
1742
|
+
iconProps={
|
|
1743
|
+
Object {
|
|
1744
|
+
"tintColor": null,
|
|
1745
|
+
}
|
|
1746
|
+
}
|
|
1722
1747
|
iconStyle={
|
|
1723
1748
|
Object {
|
|
1724
1749
|
"backgroundColor": "#FFC50D",
|
|
@@ -1796,9 +1821,7 @@ exports[`AvatarScreen renders screen 1`] = `
|
|
|
1796
1821
|
}
|
|
1797
1822
|
style={
|
|
1798
1823
|
Array [
|
|
1799
|
-
|
|
1800
|
-
"tintColor": "#FFFFFF",
|
|
1801
|
-
},
|
|
1824
|
+
null,
|
|
1802
1825
|
undefined,
|
|
1803
1826
|
undefined,
|
|
1804
1827
|
undefined,
|
|
@@ -2693,6 +2716,11 @@ exports[`AvatarScreen renders screen 1`] = `
|
|
|
2693
2716
|
accessibilityRole="text"
|
|
2694
2717
|
accessible={true}
|
|
2695
2718
|
borderColor="#FFFFFF"
|
|
2719
|
+
iconProps={
|
|
2720
|
+
Object {
|
|
2721
|
+
"tintColor": null,
|
|
2722
|
+
}
|
|
2723
|
+
}
|
|
2696
2724
|
label="+2"
|
|
2697
2725
|
modifiers={Object {}}
|
|
2698
2726
|
size={24}
|