Skip to content

Commit 40be24e

Browse files
committed
Fix flat list app crash
1 parent 8256bc3 commit 40be24e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Table/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ const Table = ({ tableData, onActionSuccess }: TableProps) => {
147147
</View>
148148

149149
<FlatList
150+
removeClippedSubviews={false}
150151
data={tableData.values.slice(
151152
(page - 1) * recordsPerPage,
152153
page * recordsPerPage

0 commit comments

Comments
 (0)