Skip to content

Commit e868c87

Browse files
authored
PanDismissibleView - un deprecate (#704)
1 parent b7ab94a commit e868c87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/panningViews/panDismissibleView.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ const MAXIMUM_DRAGS_AFTER_SWIPE = 2;
1515
* @description: PanDismissibleView component created to making listening to swipe and drag events easier,
1616
* @notes: Has to be used as a child of a PanningProvider that also has a PanListenerView.
1717
* The PanListenerView is the one that sends the drag\swipe events.
18-
* @important: This component is deprecated and should not be used.
1918
*/
2019
class PanDismissibleView extends PureComponent {
2120
static displayName = 'PanDismissibleView';

0 commit comments

Comments
 (0)