You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`renderUnderlayLeft`|`RenderUnderlay`| Component to be rendered underneath row on left swipe. |
45
-
|`renderUnderlayRight`|`RenderUnderlay`| Component to be rendered underneath row on left swipe. |
45
+
|`renderUnderlayRight`|`RenderUnderlay`| Component to be rendered underneath row on right swipe. |
46
46
|`snapPointsLeft`|`number[]`| Pixel values left-swipe snaps to (eg. `[100, 300]`) |
47
47
|`snapPointsRight`|`number[]`| Pixel values right-swipe snaps to (eg. `[100, 300]`) |
48
48
|`renderOverlay`|`RenderOverlay`| Component to be rendered on top. Use if you need access to programmatic open/close methods. May altenatively pass children to SwipeableItem. |
0 commit comments