-
Notifications
You must be signed in to change notification settings - Fork 52
/
README.md
24 lines (17 loc) · 1.15 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<h1 align="center">
What about Gestures? 👌🏼
</h1>
<a href="https://youtu.be/xpT2shjX790" target="_blank">
<img src="https://github.com/enzomanuelmangano/what-about-gestures/blob/main/.assets/what-about-gestures.png" title="what-about-gestures">
</a>
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)