Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enzomanuelmangano/what-about-gestures
What about Gestures is a Youtube Playlist where I like to share the process of creating React Native animations. All animations are always made from scratch trying to make them easy to understand.
https://github.com/enzomanuelmangano/what-about-gestures
gestures react-native react-native-gesture-handler
Last synced: about 1 month ago
JSON representation
What about Gestures is a Youtube Playlist where I like to share the process of creating React Native animations. All animations are always made from scratch trying to make them easy to understand.
- Host: GitHub
- URL: https://github.com/enzomanuelmangano/what-about-gestures
- Owner: enzomanuelmangano
- Created: 2022-01-28T09:15:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T22:36:19.000Z (12 months ago)
- Last Synced: 2024-12-06T05:50:11.912Z (about 2 months ago)
- Topics: gestures, react-native, react-native-gesture-handler
- Language: TypeScript
- Homepage:
- Size: 1.01 MB
- Stars: 131
- Watchers: 3
- Forks: 52
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
What about Gestures? 👌🏼What about Gestures is a Youtube Playlist where I like to share the process of creating React Native animations. All animations are always made from scratch trying to make them easy to understand.
The basis of all animations are always the following packages:
- [react-native-gesture-handler](https://docs.swmansion.com/react-native-gesture-handler/)
- [react-native-reanimated](https://docs.swmansion.com/react-native-reanimated/)Sounds interesting? [Click here!](https://youtu.be/xpT2shjX790)
## Available Tutorials
- [Introduction to Gesture Handler v2](https://youtu.be/xpT2shjX790)
- [Building a BottomSheet from scratch](https://youtu.be/KvRqsRwpwhY)
- [Animated 3D Card in React Native (Reanimated and Skia)](https://youtu.be/pVesCl7TY8A)
- [Creating a BottomSheet Backdrop in React Native](https://youtu.be/hfsBArfvK74)
- [Improving Tap Gestures in React Native](https://youtu.be/DWFS_dSnJOs)