Skip to content

Commit c0f58fe

Browse files
committed
use @gorhom/bottom-sheet touchable once it already takes care of only using gesture-handler for android
1 parent 3e4c896 commit c0f58fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/SampleApp/src/components/ConfirmationBottomSheet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import { StyleSheet, Text, View } from 'react-native';
3-
import { TouchableOpacity } from 'react-native-gesture-handler';
3+
import { TouchableOpacity } from '@gorhom/bottom-sheet';
44
import { useSafeAreaInsets } from 'react-native-safe-area-context';
55
import { Delete, UserMinus, useTheme } from 'stream-chat-react-native';
66

0 commit comments

Comments
 (0)