stream-chat-react-native-core 9.5.2-beta.2 → 9.5.2-beta.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/lib/commonjs/components/MessageList/MessageFlashList.js +1 -1
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/MessageList/MessageFlashList.js +1 -1
- package/lib/module/version.json +1 -1
- package/package.json +1 -1
- package/src/components/MessageList/MessageFlashList.tsx +1 -1
- package/src/version.json +1 -1
|
@@ -705,7 +705,7 @@ var MessageFlashListWithContext = props => {
|
|
|
705
705
|
children: (0, _jsxRuntime.jsx)(FlashList, {
|
|
706
706
|
contentContainerStyle: flatListContentContainerStyle,
|
|
707
707
|
data: processedMessageList,
|
|
708
|
-
drawDistance:
|
|
708
|
+
drawDistance: 800,
|
|
709
709
|
getItemType: getItemTypeInternal,
|
|
710
710
|
keyboardShouldPersistTaps: "handled",
|
|
711
711
|
keyExtractor: keyExtractor,
|
|
@@ -705,7 +705,7 @@ var MessageFlashListWithContext = props => {
|
|
|
705
705
|
children: (0, _jsxRuntime.jsx)(FlashList, {
|
|
706
706
|
contentContainerStyle: flatListContentContainerStyle,
|
|
707
707
|
data: processedMessageList,
|
|
708
|
-
drawDistance:
|
|
708
|
+
drawDistance: 800,
|
|
709
709
|
getItemType: getItemTypeInternal,
|
|
710
710
|
keyboardShouldPersistTaps: "handled",
|
|
711
711
|
keyExtractor: keyExtractor,
|
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": "9.5.2-beta.
|
|
4
|
+
"version": "9.5.2-beta.3",
|
|
5
5
|
"author": {
|
|
6
6
|
"company": "Stream.io Inc",
|
|
7
7
|
"name": "Stream.io Inc"
|
|
@@ -1132,7 +1132,7 @@ const MessageFlashListWithContext = (props: MessageFlashListPropsWithContext) =>
|
|
|
1132
1132
|
<FlashList
|
|
1133
1133
|
contentContainerStyle={flatListContentContainerStyle}
|
|
1134
1134
|
data={processedMessageList}
|
|
1135
|
-
drawDistance={
|
|
1135
|
+
drawDistance={800}
|
|
1136
1136
|
getItemType={getItemTypeInternal}
|
|
1137
1137
|
keyboardShouldPersistTaps='handled'
|
|
1138
1138
|
keyExtractor={keyExtractor}
|
package/src/version.json
CHANGED