Skip to content

Commit f714fb3

Browse files
committed
Revert "fix(send): allow scroll on Review screen"
This reverts commit 01f3c74.
1 parent 97851ff commit f714fb3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/screens/Wallets/Send/ReviewAndSend.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import React, {
99
} from 'react';
1010
import { StyleSheet, View, TouchableOpacity, Keyboard } from 'react-native';
1111
import { TInvoice } from '@synonymdev/react-native-ldk';
12-
import { BottomSheetScrollView } from '@gorhom/bottom-sheet';
1312
import { useTranslation } from 'react-i18next';
1413
import { validateTransaction } from 'beignet';
1514

@@ -568,7 +567,7 @@ const ReviewAndSend = ({
568567
<>
569568
<GradientView style={styles.container}>
570569
<BottomSheetNavigationHeader title={t('send_review')} />
571-
<BottomSheetScrollView style={styles.content}>
570+
<View style={styles.content}>
572571
<AmountToggle
573572
style={styles.amountToggle}
574573
amount={amount}
@@ -722,7 +721,7 @@ const ReviewAndSend = ({
722721
onConfirm={onSwipeToPay}
723722
/>
724723
</View>
725-
</BottomSheetScrollView>
724+
</View>
726725

727726
<Dialog
728727
visible={showDialog1}

0 commit comments

Comments
 (0)