stream-chat-react-native-core 4.10.1-beta.1 → 4.11.0-beta.1
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/lib/commonjs/version.json +1 -1
- package/lib/module/version.json +1 -1
- package/package.json +2 -2
- package/src/components/MessageInput/__tests__/__snapshots__/MessageInput.test.js.snap +12 -16
- package/src/components/MessageList/__tests__/__snapshots__/TypingIndicator.test.js.snap +42 -45
- package/src/version.json +1 -1
package/lib/module/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stream-chat-react-native-core",
|
|
3
3
|
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.11.0-beta.1",
|
|
5
5
|
"author": {
|
|
6
6
|
"company": "Stream.io Inc",
|
|
7
7
|
"name": "Stream.io Inc"
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"react-native-builder-bob": "0.18.1",
|
|
138
138
|
"react-native-fs": "2.18.0",
|
|
139
139
|
"react-native-gesture-handler": "2.3.1",
|
|
140
|
-
"react-native-reanimated": "2.
|
|
140
|
+
"react-native-reanimated": "2.7.0",
|
|
141
141
|
"react-native-svg": "12.1.1",
|
|
142
142
|
"react-native-typescript-transformer": "1.2.13",
|
|
143
143
|
"react-native-web": "0.15.0",
|
|
@@ -652,24 +652,20 @@ Array [
|
|
|
652
652
|
</View>
|
|
653
653
|
</View>,
|
|
654
654
|
<View
|
|
655
|
-
animatedStyle={
|
|
656
|
-
Object {
|
|
657
|
-
"value": Object {
|
|
658
|
-
"opacity": 0,
|
|
659
|
-
},
|
|
660
|
-
}
|
|
661
|
-
}
|
|
662
|
-
collapsable={false}
|
|
663
655
|
pointerEvents="none"
|
|
664
656
|
style={
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
657
|
+
Array [
|
|
658
|
+
Object {
|
|
659
|
+
"bottom": 0,
|
|
660
|
+
"left": 0,
|
|
661
|
+
"position": "absolute",
|
|
662
|
+
"right": 0,
|
|
663
|
+
"top": 0,
|
|
664
|
+
},
|
|
665
|
+
Object {
|
|
666
|
+
"opacity": 0,
|
|
667
|
+
},
|
|
668
|
+
]
|
|
673
669
|
}
|
|
674
670
|
>
|
|
675
671
|
<View
|
|
@@ -32,63 +32,60 @@ exports[`TypingIndicator should match typing indicator snapshot 1`] = `
|
|
|
32
32
|
}
|
|
33
33
|
>
|
|
34
34
|
<View
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
style={
|
|
36
|
+
Array [
|
|
37
|
+
Object {
|
|
38
|
+
"backgroundColor": "#000000",
|
|
39
|
+
"borderRadius": 2,
|
|
40
|
+
"height": 4,
|
|
41
|
+
"width": 4,
|
|
42
|
+
},
|
|
43
|
+
Object {
|
|
44
|
+
"marginRight": 2,
|
|
45
|
+
},
|
|
46
|
+
Object {},
|
|
47
|
+
Object {
|
|
38
48
|
"opacity": -0.3333333333333333,
|
|
39
49
|
},
|
|
40
|
-
|
|
41
|
-
}
|
|
42
|
-
collapsable={false}
|
|
43
|
-
style={
|
|
44
|
-
Object {
|
|
45
|
-
"backgroundColor": "#000000",
|
|
46
|
-
"borderRadius": 2,
|
|
47
|
-
"height": 4,
|
|
48
|
-
"marginRight": 2,
|
|
49
|
-
"opacity": -0.3333333333333333,
|
|
50
|
-
"width": 4,
|
|
51
|
-
}
|
|
50
|
+
]
|
|
52
51
|
}
|
|
53
52
|
/>
|
|
54
53
|
<View
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
54
|
+
style={
|
|
55
|
+
Array [
|
|
56
|
+
Object {
|
|
57
|
+
"backgroundColor": "#000000",
|
|
58
|
+
"borderRadius": 2,
|
|
59
|
+
"height": 4,
|
|
60
|
+
"width": 4,
|
|
61
|
+
},
|
|
62
|
+
Object {
|
|
63
|
+
"marginHorizontal": 2,
|
|
64
|
+
},
|
|
65
|
+
Object {},
|
|
66
|
+
Object {
|
|
58
67
|
"opacity": 0.3333333333333333,
|
|
59
68
|
},
|
|
60
|
-
|
|
61
|
-
}
|
|
62
|
-
collapsable={false}
|
|
63
|
-
style={
|
|
64
|
-
Object {
|
|
65
|
-
"backgroundColor": "#000000",
|
|
66
|
-
"borderRadius": 2,
|
|
67
|
-
"height": 4,
|
|
68
|
-
"marginHorizontal": 2,
|
|
69
|
-
"opacity": 0.3333333333333333,
|
|
70
|
-
"width": 4,
|
|
71
|
-
}
|
|
69
|
+
]
|
|
72
70
|
}
|
|
73
71
|
/>
|
|
74
72
|
<View
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
73
|
+
style={
|
|
74
|
+
Array [
|
|
75
|
+
Object {
|
|
76
|
+
"backgroundColor": "#000000",
|
|
77
|
+
"borderRadius": 2,
|
|
78
|
+
"height": 4,
|
|
79
|
+
"width": 4,
|
|
80
|
+
},
|
|
81
|
+
Object {
|
|
82
|
+
"marginLeft": 2,
|
|
83
|
+
},
|
|
84
|
+
Object {},
|
|
85
|
+
Object {
|
|
78
86
|
"opacity": 1,
|
|
79
87
|
},
|
|
80
|
-
|
|
81
|
-
}
|
|
82
|
-
collapsable={false}
|
|
83
|
-
style={
|
|
84
|
-
Object {
|
|
85
|
-
"backgroundColor": "#000000",
|
|
86
|
-
"borderRadius": 2,
|
|
87
|
-
"height": 4,
|
|
88
|
-
"marginLeft": 2,
|
|
89
|
-
"opacity": 1,
|
|
90
|
-
"width": 4,
|
|
91
|
-
}
|
|
88
|
+
]
|
|
92
89
|
}
|
|
93
90
|
/>
|
|
94
91
|
</View>
|
package/src/version.json
CHANGED