react-native-bounceable icon indicating copy to clipboard operation
react-native-bounceable copied to clipboard

Refactor: Convert to functional component and rewrite with react-native-reanimated

Open metehandemir opened this issue 11 months ago • 0 comments

Refactored the component to a functional component and rewrote the animations using react-native-reanimated for better performance and smoother transitions.

Changes:

  • Converted to functional component.
  • Replaced animations with react-native-reanimated.
  • Removed deprecated jsxBracketSameLine option from Prettier configuration.
  • Removed redundant lock file (package-lock.json), using yarn.lock instead.

Benefits:

  • Improved performance with react-native-reanimated.
  • Cleaner, modern code with hooks.

metehandemir avatar Feb 25 '25 21:02 metehandemir