react-native-bounceable
react-native-bounceable copied to clipboard
Refactor: Convert to functional component and rewrite with react-native-reanimated
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.