We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ab94a commit e868c87Copy full SHA for e868c87
src/components/panningViews/panDismissibleView.js
@@ -15,7 +15,6 @@ const MAXIMUM_DRAGS_AFTER_SWIPE = 2;
15
* @description: PanDismissibleView component created to making listening to swipe and drag events easier,
16
* @notes: Has to be used as a child of a PanningProvider that also has a PanListenerView.
17
* The PanListenerView is the one that sends the drag\swipe events.
18
- * @important: This component is deprecated and should not be used.
19
*/
20
class PanDismissibleView extends PureComponent {
21
static displayName = 'PanDismissibleView';
0 commit comments