An open API service indexing awesome lists of open source software.

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

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)