react-native-cards-swipe icon indicating copy to clipboard operation
react-native-cards-swipe copied to clipboard

fix: modify to Extrapolate.CLAMP with default value

Open rein96 opened this issue 1 year ago • 0 comments

Summary

  • Encountered ReanimatedError: Cannot read property 'CLAMP' of undefined with latest reanimated
  • Use Extrapolate directly instead of Animated
  • Add default value ?? for safer approach

Close #19 ReanimatedError: Cannot read property 'CLAMP' of undefined

rein96 avatar Aug 23 '23 15:08 rein96