stream-chat-react-native-core 5.13.0-beta.2 → 5.13.0-beta.4
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/components/MessageInput/AttachButton.js +4 -10
- package/lib/commonjs/components/MessageInput/AttachButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/CommandsButton.js +4 -10
- package/lib/commonjs/components/MessageInput/CommandsButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/SendButton.js +7 -7
- package/lib/commonjs/components/MessageInput/SendButton.js.map +1 -1
- package/lib/commonjs/mock-builders/api/sendReaction.js.map +1 -1
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/MessageInput/AttachButton.js +4 -10
- package/lib/module/components/MessageInput/AttachButton.js.map +1 -1
- package/lib/module/components/MessageInput/CommandsButton.js +4 -10
- package/lib/module/components/MessageInput/CommandsButton.js.map +1 -1
- package/lib/module/components/MessageInput/SendButton.js +7 -7
- package/lib/module/components/MessageInput/SendButton.js.map +1 -1
- package/lib/module/mock-builders/api/sendReaction.js.map +1 -1
- package/lib/module/version.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/offline-support/index.test.ts +13 -0
- package/src/__tests__/offline-support/offline-feature.js +686 -0
- package/src/__tests__/offline-support/optimistic-update.js +374 -0
- package/src/components/MessageInput/AttachButton.tsx +3 -4
- package/src/components/MessageInput/CommandsButton.tsx +3 -4
- package/src/components/MessageInput/SendButton.tsx +4 -3
- package/src/components/MessageInput/__tests__/__snapshots__/AttachButton.test.js.snap +120 -152
- package/src/components/MessageInput/__tests__/__snapshots__/SendButton.test.js.snap +248 -248
- package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap +182 -214
- package/src/version.json +1 -1
- package/lib/typescript/components/Attachment/__tests__/openUrlSafely.test.d.ts +0 -1
- package/lib/typescript/components/ChannelList/hooks/listeners/__tests__/useChannelUpdated.test.d.ts +0 -1
- package/lib/typescript/components/ChannelPreview/__tests__/ChannelPreview.test.d.ts +0 -1
- package/lib/typescript/components/ChannelPreview/hooks/__tests__/useChannelPreviewDisplayName.test.d.ts +0 -1
- package/lib/typescript/components/ChannelPreview/hooks/__tests__/useLatestMessagePreview.test.d.ts +0 -1
- package/lib/typescript/components/Chat/hooks/__tests__/useAppSettings.test.d.ts +0 -1
- package/lib/typescript/components/ImageGallery/__tests__/AnimatedVideoGallery.test.d.ts +0 -1
- package/lib/typescript/components/ImageGallery/__tests__/ImageGallery.test.d.ts +0 -1
- package/lib/typescript/components/ImageGallery/__tests__/ImageGalleryFooter.test.d.ts +0 -1
- package/lib/typescript/components/ImageGallery/__tests__/ImageGalleryGrid.test.d.ts +0 -1
- package/lib/typescript/components/ImageGallery/__tests__/ImageGalleryGridHandle.test.d.ts +0 -1
- package/lib/typescript/components/ImageGallery/__tests__/ImageGalleryHeader.test.d.ts +0 -1
- package/lib/typescript/components/ImageGallery/__tests__/ImageGalleryOverlay.test.d.ts +0 -1
- package/lib/typescript/components/ImageGallery/__tests__/ImageGalleryVideoControl.test.d.ts +0 -1
- package/lib/typescript/components/ImageGallery/components/__tests__/ImageGalleryHeader.test.d.ts +0 -1
- package/lib/typescript/components/Message/MessageSimple/__tests__/MessageTextContainer.test.d.ts +0 -1
- package/lib/typescript/components/MessageInput/__tests__/AudioAttachmentUploadPreviewExpo.test.d.ts +0 -1
- package/lib/typescript/components/MessageInput/__tests__/AudioAttachmentUploadPreviewNative.test.d.ts +0 -1
- package/lib/typescript/components/MessageList/__tests__/useMessageList.test.d.ts +0 -1
- package/lib/typescript/components/MessageList/utils/__tests__/getDateSeparators.test.d.ts +0 -1
- package/lib/typescript/components/Reply/__tests__/Reply.test.d.ts +0 -1
- package/lib/typescript/contexts/__tests__/index.test.d.ts +0 -1
- package/lib/typescript/contexts/messageInputContext/__tests__/MessageInputContext.test.d.ts +0 -1
- package/lib/typescript/contexts/messageInputContext/__tests__/isValidMessage.test.d.ts +0 -1
- package/lib/typescript/contexts/messageInputContext/__tests__/pickFile.test.d.ts +0 -1
- package/lib/typescript/contexts/messageInputContext/__tests__/removeFile.test.d.ts +0 -1
- package/lib/typescript/contexts/messageInputContext/__tests__/removeImage.test.d.ts +0 -1
- package/lib/typescript/contexts/messageInputContext/__tests__/sendMessage.test.d.ts +0 -1
- package/lib/typescript/contexts/messageInputContext/__tests__/sendMessageAsync.test.d.ts +0 -1
- package/lib/typescript/contexts/messageInputContext/__tests__/updateMessage.test.d.ts +0 -1
- package/lib/typescript/contexts/messageInputContext/__tests__/uploadFile.test.d.ts +0 -1
- package/lib/typescript/contexts/messageInputContext/__tests__/uploadImage.test.d.ts +0 -1
- package/lib/typescript/contexts/messageInputContext/__tests__/useMessageDetailsForState.test.d.ts +0 -1
- package/lib/typescript/hooks/__tests__/useAppStateListener.test.d.ts +0 -1
- package/lib/typescript/hooks/__tests__/useTranslatedMessage.test.d.ts +0 -1
- package/lib/typescript/mock-builders/api/channelMocks.d.ts +0 -14
- package/lib/typescript/mock-builders/api/getOrCreateChannel.d.ts +0 -19
- package/lib/typescript/mock-builders/api/queryMembers.d.ts +0 -161
- package/lib/typescript/mock-builders/api/useMockedApis.d.ts +0 -1
- package/lib/typescript/mock-builders/api/utils.d.ts +0 -7
- package/lib/typescript/mock-builders/event/messageNew.d.ts +0 -2
- package/lib/typescript/mock-builders/event/messageRead.d.ts +0 -8
- package/lib/typescript/mock-builders/generator/attachment.d.ts +0 -10
- package/lib/typescript/mock-builders/generator/channel.d.ts +0 -120
- package/lib/typescript/mock-builders/generator/message.d.ts +0 -38
- package/lib/typescript/mock-builders/generator/user.d.ts +0 -30
- package/lib/typescript/mock-builders/mock.d.ts +0 -3
- package/lib/typescript/store/sqlite-utils/__tests__/createSelectQuery.test.d.ts +0 -1
- package/lib/typescript/utils/__tests__/patchMessageTextCommand.test.d.ts +0 -1
- package/src/__tests__/offline-feature.test.js +0 -675
- package/src/__tests__/optimistic-update.test.js +0 -369
- /package/src/mock-builders/api/{sendReaction.tsx → sendReaction.ts} +0 -0
|
@@ -1,285 +1,285 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
3
|
exports[`SendButton should render a non-editing disabled SendButton 1`] = `
|
|
4
|
-
<
|
|
4
|
+
<View
|
|
5
|
+
accessibilityState={
|
|
6
|
+
Object {
|
|
7
|
+
"disabled": true,
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
accessible={true}
|
|
5
11
|
collapsable={false}
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
focusable={true}
|
|
13
|
+
onBlur={[Function]}
|
|
14
|
+
onClick={[Function]}
|
|
15
|
+
onFocus={[Function]}
|
|
16
|
+
onResponderGrant={[Function]}
|
|
17
|
+
onResponderMove={[Function]}
|
|
18
|
+
onResponderRelease={[Function]}
|
|
19
|
+
onResponderTerminate={[Function]}
|
|
20
|
+
onResponderTerminationRequest={[Function]}
|
|
21
|
+
onStartShouldSetResponder={[Function]}
|
|
22
|
+
style={
|
|
23
|
+
Array [
|
|
24
|
+
Object {},
|
|
25
|
+
]
|
|
26
|
+
}
|
|
16
27
|
testID="send-button"
|
|
17
|
-
touchSoundDisabled={false}
|
|
18
28
|
>
|
|
19
|
-
<
|
|
20
|
-
|
|
21
|
-
|
|
29
|
+
<RNSVGSvgView
|
|
30
|
+
align="xMidYMid"
|
|
31
|
+
bbHeight={24}
|
|
32
|
+
bbWidth={24}
|
|
33
|
+
focusable={false}
|
|
34
|
+
height={24}
|
|
35
|
+
meetOrSlice={0}
|
|
36
|
+
minX={0}
|
|
37
|
+
minY={0}
|
|
38
|
+
pathFill="#DBDBDB"
|
|
22
39
|
style={
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
40
|
+
Array [
|
|
41
|
+
Object {
|
|
42
|
+
"backgroundColor": "transparent",
|
|
43
|
+
"borderWidth": 0,
|
|
44
|
+
},
|
|
45
|
+
Object {
|
|
46
|
+
"flex": 0,
|
|
47
|
+
"height": 24,
|
|
48
|
+
"width": 24,
|
|
49
|
+
},
|
|
50
|
+
]
|
|
26
51
|
}
|
|
52
|
+
vbHeight={24}
|
|
53
|
+
vbWidth={24}
|
|
54
|
+
width={24}
|
|
27
55
|
>
|
|
28
|
-
<
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
Object {
|
|
45
|
-
"flex": 0,
|
|
46
|
-
"height": 24,
|
|
47
|
-
"width": 24,
|
|
48
|
-
},
|
|
49
|
-
]
|
|
50
|
-
}
|
|
51
|
-
vbHeight={24}
|
|
52
|
-
vbWidth={24}
|
|
53
|
-
width={24}
|
|
54
|
-
>
|
|
55
|
-
<RNSVGGroup>
|
|
56
|
-
<RNSVGPath
|
|
57
|
-
clipRule={0}
|
|
58
|
-
d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10zM8 11h4V8l4 4-4 4v-3H8v-2z"
|
|
59
|
-
fill={4292598747}
|
|
60
|
-
fillRule={0}
|
|
61
|
-
propList={
|
|
62
|
-
Array [
|
|
63
|
-
"fill",
|
|
64
|
-
"fillRule",
|
|
65
|
-
]
|
|
66
|
-
}
|
|
67
|
-
/>
|
|
68
|
-
</RNSVGGroup>
|
|
69
|
-
</RNSVGSvgView>
|
|
70
|
-
</View>
|
|
71
|
-
</RNGestureHandlerButton>
|
|
56
|
+
<RNSVGGroup>
|
|
57
|
+
<RNSVGPath
|
|
58
|
+
clipRule={0}
|
|
59
|
+
d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10zM8 11h4V8l4 4-4 4v-3H8v-2z"
|
|
60
|
+
fill={4292598747}
|
|
61
|
+
fillRule={0}
|
|
62
|
+
propList={
|
|
63
|
+
Array [
|
|
64
|
+
"fill",
|
|
65
|
+
"fillRule",
|
|
66
|
+
]
|
|
67
|
+
}
|
|
68
|
+
/>
|
|
69
|
+
</RNSVGGroup>
|
|
70
|
+
</RNSVGSvgView>
|
|
71
|
+
</View>
|
|
72
72
|
`;
|
|
73
73
|
|
|
74
74
|
exports[`SendButton should render a non-editing enabled SendButton 1`] = `
|
|
75
|
-
<
|
|
75
|
+
<View
|
|
76
|
+
accessibilityState={
|
|
77
|
+
Object {
|
|
78
|
+
"disabled": false,
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
accessible={true}
|
|
76
82
|
collapsable={false}
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
83
|
+
focusable={true}
|
|
84
|
+
onBlur={[Function]}
|
|
85
|
+
onClick={[Function]}
|
|
86
|
+
onFocus={[Function]}
|
|
87
|
+
onResponderGrant={[Function]}
|
|
88
|
+
onResponderMove={[Function]}
|
|
89
|
+
onResponderRelease={[Function]}
|
|
90
|
+
onResponderTerminate={[Function]}
|
|
91
|
+
onResponderTerminationRequest={[Function]}
|
|
92
|
+
onStartShouldSetResponder={[Function]}
|
|
93
|
+
style={
|
|
94
|
+
Array [
|
|
95
|
+
Object {},
|
|
96
|
+
]
|
|
97
|
+
}
|
|
87
98
|
testID="send-button"
|
|
88
|
-
touchSoundDisabled={false}
|
|
89
99
|
>
|
|
90
|
-
<
|
|
91
|
-
|
|
92
|
-
|
|
100
|
+
<RNSVGSvgView
|
|
101
|
+
align="xMidYMid"
|
|
102
|
+
bbHeight={24}
|
|
103
|
+
bbWidth={24}
|
|
104
|
+
focusable={false}
|
|
105
|
+
height={24}
|
|
106
|
+
meetOrSlice={0}
|
|
107
|
+
minX={0}
|
|
108
|
+
minY={0}
|
|
109
|
+
pathFill="#005FFF"
|
|
93
110
|
style={
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
111
|
+
Array [
|
|
112
|
+
Object {
|
|
113
|
+
"backgroundColor": "transparent",
|
|
114
|
+
"borderWidth": 0,
|
|
115
|
+
},
|
|
116
|
+
Object {
|
|
117
|
+
"flex": 0,
|
|
118
|
+
"height": 24,
|
|
119
|
+
"width": 24,
|
|
120
|
+
},
|
|
121
|
+
]
|
|
97
122
|
}
|
|
123
|
+
vbHeight={24}
|
|
124
|
+
vbWidth={24}
|
|
125
|
+
width={24}
|
|
98
126
|
>
|
|
99
|
-
<
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
Object {
|
|
116
|
-
"flex": 0,
|
|
117
|
-
"height": 24,
|
|
118
|
-
"width": 24,
|
|
119
|
-
},
|
|
120
|
-
]
|
|
121
|
-
}
|
|
122
|
-
vbHeight={24}
|
|
123
|
-
vbWidth={24}
|
|
124
|
-
width={24}
|
|
125
|
-
>
|
|
126
|
-
<RNSVGGroup>
|
|
127
|
-
<RNSVGPath
|
|
128
|
-
clipRule={0}
|
|
129
|
-
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 14v-4H8l4-4 4 4h-3v4h-2z"
|
|
130
|
-
fill={4278214655}
|
|
131
|
-
fillRule={0}
|
|
132
|
-
propList={
|
|
133
|
-
Array [
|
|
134
|
-
"fill",
|
|
135
|
-
"fillRule",
|
|
136
|
-
]
|
|
137
|
-
}
|
|
138
|
-
/>
|
|
139
|
-
</RNSVGGroup>
|
|
140
|
-
</RNSVGSvgView>
|
|
141
|
-
</View>
|
|
142
|
-
</RNGestureHandlerButton>
|
|
127
|
+
<RNSVGGroup>
|
|
128
|
+
<RNSVGPath
|
|
129
|
+
clipRule={0}
|
|
130
|
+
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 14v-4H8l4-4 4 4h-3v4h-2z"
|
|
131
|
+
fill={4278214655}
|
|
132
|
+
fillRule={0}
|
|
133
|
+
propList={
|
|
134
|
+
Array [
|
|
135
|
+
"fill",
|
|
136
|
+
"fillRule",
|
|
137
|
+
]
|
|
138
|
+
}
|
|
139
|
+
/>
|
|
140
|
+
</RNSVGGroup>
|
|
141
|
+
</RNSVGSvgView>
|
|
142
|
+
</View>
|
|
143
143
|
`;
|
|
144
144
|
|
|
145
145
|
exports[`SendButton should render an editing disabled SendButton 1`] = `
|
|
146
|
-
<
|
|
146
|
+
<View
|
|
147
|
+
accessibilityState={
|
|
148
|
+
Object {
|
|
149
|
+
"disabled": true,
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
accessible={true}
|
|
147
153
|
collapsable={false}
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
154
|
+
focusable={true}
|
|
155
|
+
onBlur={[Function]}
|
|
156
|
+
onClick={[Function]}
|
|
157
|
+
onFocus={[Function]}
|
|
158
|
+
onResponderGrant={[Function]}
|
|
159
|
+
onResponderMove={[Function]}
|
|
160
|
+
onResponderRelease={[Function]}
|
|
161
|
+
onResponderTerminate={[Function]}
|
|
162
|
+
onResponderTerminationRequest={[Function]}
|
|
163
|
+
onStartShouldSetResponder={[Function]}
|
|
164
|
+
style={
|
|
165
|
+
Array [
|
|
166
|
+
Object {},
|
|
167
|
+
]
|
|
168
|
+
}
|
|
158
169
|
testID="send-button"
|
|
159
|
-
touchSoundDisabled={false}
|
|
160
170
|
>
|
|
161
|
-
<
|
|
162
|
-
|
|
163
|
-
|
|
171
|
+
<RNSVGSvgView
|
|
172
|
+
align="xMidYMid"
|
|
173
|
+
bbHeight={24}
|
|
174
|
+
bbWidth={24}
|
|
175
|
+
focusable={false}
|
|
176
|
+
height={24}
|
|
177
|
+
meetOrSlice={0}
|
|
178
|
+
minX={0}
|
|
179
|
+
minY={0}
|
|
180
|
+
pathFill="#DBDBDB"
|
|
164
181
|
style={
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
182
|
+
Array [
|
|
183
|
+
Object {
|
|
184
|
+
"backgroundColor": "transparent",
|
|
185
|
+
"borderWidth": 0,
|
|
186
|
+
},
|
|
187
|
+
Object {
|
|
188
|
+
"flex": 0,
|
|
189
|
+
"height": 24,
|
|
190
|
+
"width": 24,
|
|
191
|
+
},
|
|
192
|
+
]
|
|
168
193
|
}
|
|
194
|
+
vbHeight={24}
|
|
195
|
+
vbWidth={24}
|
|
196
|
+
width={24}
|
|
169
197
|
>
|
|
170
|
-
<
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
Object {
|
|
187
|
-
"flex": 0,
|
|
188
|
-
"height": 24,
|
|
189
|
-
"width": 24,
|
|
190
|
-
},
|
|
191
|
-
]
|
|
192
|
-
}
|
|
193
|
-
vbHeight={24}
|
|
194
|
-
vbWidth={24}
|
|
195
|
-
width={24}
|
|
196
|
-
>
|
|
197
|
-
<RNSVGGroup>
|
|
198
|
-
<RNSVGPath
|
|
199
|
-
clipRule={0}
|
|
200
|
-
d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10zM8 11h4V8l4 4-4 4v-3H8v-2z"
|
|
201
|
-
fill={4292598747}
|
|
202
|
-
fillRule={0}
|
|
203
|
-
propList={
|
|
204
|
-
Array [
|
|
205
|
-
"fill",
|
|
206
|
-
"fillRule",
|
|
207
|
-
]
|
|
208
|
-
}
|
|
209
|
-
/>
|
|
210
|
-
</RNSVGGroup>
|
|
211
|
-
</RNSVGSvgView>
|
|
212
|
-
</View>
|
|
213
|
-
</RNGestureHandlerButton>
|
|
198
|
+
<RNSVGGroup>
|
|
199
|
+
<RNSVGPath
|
|
200
|
+
clipRule={0}
|
|
201
|
+
d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10zM8 11h4V8l4 4-4 4v-3H8v-2z"
|
|
202
|
+
fill={4292598747}
|
|
203
|
+
fillRule={0}
|
|
204
|
+
propList={
|
|
205
|
+
Array [
|
|
206
|
+
"fill",
|
|
207
|
+
"fillRule",
|
|
208
|
+
]
|
|
209
|
+
}
|
|
210
|
+
/>
|
|
211
|
+
</RNSVGGroup>
|
|
212
|
+
</RNSVGSvgView>
|
|
213
|
+
</View>
|
|
214
214
|
`;
|
|
215
215
|
|
|
216
216
|
exports[`SendButton should render an editing enabled SendButton 1`] = `
|
|
217
|
-
<
|
|
217
|
+
<View
|
|
218
|
+
accessibilityState={
|
|
219
|
+
Object {
|
|
220
|
+
"disabled": false,
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
accessible={true}
|
|
218
224
|
collapsable={false}
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
225
|
+
focusable={true}
|
|
226
|
+
onBlur={[Function]}
|
|
227
|
+
onClick={[Function]}
|
|
228
|
+
onFocus={[Function]}
|
|
229
|
+
onResponderGrant={[Function]}
|
|
230
|
+
onResponderMove={[Function]}
|
|
231
|
+
onResponderRelease={[Function]}
|
|
232
|
+
onResponderTerminate={[Function]}
|
|
233
|
+
onResponderTerminationRequest={[Function]}
|
|
234
|
+
onStartShouldSetResponder={[Function]}
|
|
235
|
+
style={
|
|
236
|
+
Array [
|
|
237
|
+
Object {},
|
|
238
|
+
]
|
|
239
|
+
}
|
|
229
240
|
testID="send-button"
|
|
230
|
-
touchSoundDisabled={false}
|
|
231
241
|
>
|
|
232
|
-
<
|
|
233
|
-
|
|
234
|
-
|
|
242
|
+
<RNSVGSvgView
|
|
243
|
+
align="xMidYMid"
|
|
244
|
+
bbHeight={24}
|
|
245
|
+
bbWidth={24}
|
|
246
|
+
focusable={false}
|
|
247
|
+
height={24}
|
|
248
|
+
meetOrSlice={0}
|
|
249
|
+
minX={0}
|
|
250
|
+
minY={0}
|
|
251
|
+
pathFill="#005FFF"
|
|
235
252
|
style={
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
253
|
+
Array [
|
|
254
|
+
Object {
|
|
255
|
+
"backgroundColor": "transparent",
|
|
256
|
+
"borderWidth": 0,
|
|
257
|
+
},
|
|
258
|
+
Object {
|
|
259
|
+
"flex": 0,
|
|
260
|
+
"height": 24,
|
|
261
|
+
"width": 24,
|
|
262
|
+
},
|
|
263
|
+
]
|
|
239
264
|
}
|
|
265
|
+
vbHeight={24}
|
|
266
|
+
vbWidth={24}
|
|
267
|
+
width={24}
|
|
240
268
|
>
|
|
241
|
-
<
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
Object {
|
|
258
|
-
"flex": 0,
|
|
259
|
-
"height": 24,
|
|
260
|
-
"width": 24,
|
|
261
|
-
},
|
|
262
|
-
]
|
|
263
|
-
}
|
|
264
|
-
vbHeight={24}
|
|
265
|
-
vbWidth={24}
|
|
266
|
-
width={24}
|
|
267
|
-
>
|
|
268
|
-
<RNSVGGroup>
|
|
269
|
-
<RNSVGPath
|
|
270
|
-
clipRule={0}
|
|
271
|
-
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 14v-4H8l4-4 4 4h-3v4h-2z"
|
|
272
|
-
fill={4278214655}
|
|
273
|
-
fillRule={0}
|
|
274
|
-
propList={
|
|
275
|
-
Array [
|
|
276
|
-
"fill",
|
|
277
|
-
"fillRule",
|
|
278
|
-
]
|
|
279
|
-
}
|
|
280
|
-
/>
|
|
281
|
-
</RNSVGGroup>
|
|
282
|
-
</RNSVGSvgView>
|
|
283
|
-
</View>
|
|
284
|
-
</RNGestureHandlerButton>
|
|
269
|
+
<RNSVGGroup>
|
|
270
|
+
<RNSVGPath
|
|
271
|
+
clipRule={0}
|
|
272
|
+
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 14v-4H8l4-4 4 4h-3v4h-2z"
|
|
273
|
+
fill={4278214655}
|
|
274
|
+
fillRule={0}
|
|
275
|
+
propList={
|
|
276
|
+
Array [
|
|
277
|
+
"fill",
|
|
278
|
+
"fillRule",
|
|
279
|
+
]
|
|
280
|
+
}
|
|
281
|
+
/>
|
|
282
|
+
</RNSVGGroup>
|
|
283
|
+
</RNSVGSvgView>
|
|
284
|
+
</View>
|
|
285
285
|
`;
|