software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
6.13k stars 982 forks source link

Add docs page for Reanimated Swipeable #2962

Closed latekvo closed 3 months ago

latekvo commented 4 months ago

This PR adds documentation page for the new Reanimated Swipeable component.

latekvo commented 4 months ago
  1. Should the vanilla swipeable docs reference the new ones?
  2. Should the vanilla swipeable be marked as deprecated or not recommended?
  3. Do the new docs require any additional details besides the ones that i already added? (c.c. @j-piasecki )
j-piasecki commented 4 months ago

Should the vanilla swipeable docs reference the new ones?

It would be nice to show a warning that the new one should be used.

Should the vanilla swipeable be marked as deprecated or not recommended?

I think we can deprecate it (cc @m-bert)

Do the new docs require any additional details besides the ones that i already added?

See review above

m-bert commented 4 months ago

Yes, I think we can deprecate old swipeables 😅