https://github.com/darkterminal/react-native-reanimated-sample
React Native - Reanimated 2 Samples
https://github.com/darkterminal/react-native-reanimated-sample
android ios javascript mobile-app react react-native
Last synced: 11 months ago
JSON representation
React Native - Reanimated 2 Samples
- Host: GitHub
- URL: https://github.com/darkterminal/react-native-reanimated-sample
- Owner: darkterminal
- Created: 2022-08-12T21:50:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T23:38:22.000Z (over 3 years ago)
- Last Synced: 2024-12-31T03:26:52.933Z (about 1 year ago)
- Topics: android, ios, javascript, mobile-app, react, react-native
- Language: JavaScript
- Homepage:
- Size: 200 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native - Reanimated 2 Sample #1
This is sampe how to use `react-native-gesture-handler` and `react-native-reanimated` to handle complex animation on React Native project.
Build with:
- `expo`: 46.0.6
- `react`: 18.0.0
- `react-native`: 0.69.4
List of samples:
- [Sample #1](https://github.com/darkterminal/react-native-reanimated-sample/tree/master) <-- current
- [Sample #2](https://github.com/darkterminal/react-native-reanimated-sample/tree/pan-gesture-handler)
- [Sample #3](https://github.com/darkterminal/react-native-reanimated-sample/tree/interpolate-with-scrollview)