alantoa / react-native-awesome-slider

🚀 An anwesome <Slider/> that supports various features haptic, lottie, animation, ballon, etc.
MIT License
228 stars 28 forks source link

fix: prevent thumbValue to be NaN #72

Closed Mlobaievskyi closed 1 month ago

Mlobaievskyi commented 1 month ago

After update react-native-reanimated to lates varsion (3.11.0) react-native-awesome-slider started to crash because thumbValue sometimes can be NaN.

Added check if data is also NaN other then undefined only Screenshot 2024-05-08 at 13 58 53

alantoa commented 1 month ago

@Mlobaievskyi thanks!