We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c39820 commit d7eae6dCopy full SHA for d7eae6d
app/components/Views/confirmations/Confirm/Confirm.tsx
@@ -69,7 +69,6 @@ export const Confirm = ({ route }: ConfirmProps) => {
69
70
return (
71
<BottomSheet
72
- isInteractable={false}
73
onClose={onReject}
74
style={styles.bottomSheetDialogSheet}
75
testID="modal-confirmation-container"
0 commit comments