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.
@@ -705,7 +705,7 @@ var MessageFlashListWithContext = props => {
705
705
  children: (0, _jsxRuntime.jsx)(FlashList, {
706
706
  contentContainerStyle: flatListContentContainerStyle,
707
707
  data: processedMessageList,
708
- drawDistance: 250,
708
+ drawDistance: 800,
709
709
  getItemType: getItemTypeInternal,
710
710
  keyboardShouldPersistTaps: "handled",
711
711
  keyExtractor: keyExtractor,
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "9.5.2-beta.2"
2
+ "version": "9.5.2-beta.3"
3
3
  }
@@ -705,7 +705,7 @@ var MessageFlashListWithContext = props => {
705
705
  children: (0, _jsxRuntime.jsx)(FlashList, {
706
706
  contentContainerStyle: flatListContentContainerStyle,
707
707
  data: processedMessageList,
708
- drawDistance: 250,
708
+ drawDistance: 800,
709
709
  getItemType: getItemTypeInternal,
710
710
  keyboardShouldPersistTaps: "handled",
711
711
  keyExtractor: keyExtractor,
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "9.5.2-beta.2"
2
+ "version": "9.5.2-beta.3"
3
3
  }
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.2",
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={250}
1135
+ drawDistance={800}
1136
1136
  getItemType={getItemTypeInternal}
1137
1137
  keyboardShouldPersistTaps='handled'
1138
1138
  keyExtractor={keyExtractor}
package/src/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "9.5.2-beta.2"
2
+ "version": "9.5.2-beta.3"
3
3
  }