react-native-cards-swipe
react-native-cards-swipe copied to clipboard
fix: modify to Extrapolate.CLAMP with default value
Summary
- Encountered ReanimatedError: Cannot read property 'CLAMP' of undefined with latest reanimated
- Use
Extrapolate
directly instead ofAnimated
- Add default value
??
for safer approach
Close #19 ReanimatedError: Cannot read property 'CLAMP' of undefined