We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbd9a8 commit 133affcCopy full SHA for 133affc
package/src/components/AttachmentPicker/AttachmentPicker.tsx
@@ -304,7 +304,7 @@ export const AttachmentPicker = React.forwardRef(
304
data={selectedPhotos}
305
keyExtractor={(item) => item.asset.uri}
306
numColumns={numberOfAttachmentPickerImageColumns ?? 3}
307
- onEndReached={getMorePhotos}
+ onEndReached={photoError ? undefined : getMorePhotos}
308
renderItem={renderAttachmentPickerItem}
309
/>
310
</BottomSheet>
0 commit comments