Update WalletTransactions.tsx

This commit is contained in:
Marcos Rodriguez Velez 2025-03-03 01:17:43 -04:00
parent 3f82cb4449
commit 0bdfc6fa85

View file

@ -514,7 +514,6 @@ const WalletTransactions: React.FC<WalletTransactionsProps> = ({ route }) => {
keyExtractor={_keyExtractor} keyExtractor={_keyExtractor}
renderItem={renderItem} renderItem={renderItem}
initialNumToRender={10} initialNumToRender={10}
removeClippedSubviews
testID="TransactionsListView" testID="TransactionsListView"
contentInsetAdjustmentBehavior="automatic" contentInsetAdjustmentBehavior="automatic"
automaticallyAdjustContentInsets automaticallyAdjustContentInsets