Skip to content

Commit 247433d

Browse files
authored
Merge pull request #16 from 1t5j0y/develop
chore: Remove modal swipe support
2 parents e57ccba + cba7c37 commit 247433d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/App.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ const ChatWootWidget = ({
5151
style={styles.modal}
5252
coverScreen
5353
isVisible={isModalVisible}
54-
onSwipeComplete={() => isModalVisible}
55-
swipeDirection="left"
5654
onBackdropPress={closeModal}
5755
onBackButtonPress={closeModal}>
5856
<View style={styles.mainView}>

0 commit comments

Comments
 (0)