react-native-segmented-control / segmented-control

React Native SegmentedControl library
MIT License
559 stars 86 forks source link

Add Sliding Effect and Gesture Support for Android/Web #70

Closed Naturalclar closed 2 years ago

Naturalclar commented 4 years ago

Recent Addition of Android/Web Support made in v1.4.0 does not have the sliding animation and moving segment with swipe gesture. It would be nice to have those, preferably without using gesture-handlers and reanimated, so the user would not have to install an additional dependency to use this package.

Naturalclar commented 4 years ago

Animation support was added in #77 and released in v1.6.0 :tada:

Still need a sliding gesture support to match the UISegmentedControl