chatwoot / chatwoot-react-native-widget

React Native widget for Chatwoot
https://www.npmjs.com/package/@chatwoot/react-native-widget
MIT License
36 stars 40 forks source link

chore: Remove modal swipe support #16

Closed 1t5j0y closed 2 years ago

1t5j0y commented 2 years ago

Fixes #15 Support for swipe seems to be interfering with the touches/taps within the widget.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Simulated the issue by manually creating a separate component that simulates this widget i.e. create a Webview with a link to the widget wrapped within a react-native-modal Modal. With the swipeDirection prop of the Modal commented, taps within the widget worked as expected.

Checklist:

No new code added. Optional params removed.