react-native-gesture-handler
https://gyazo.com/b160343924db607443165b07d5a1f8fb
RNGH_
タップやスライドなどのジェスチャー処理を記述できるlibrary
Gesture Responder Systemの改善
react-native-reanimatedの知識が割と前提として必要
両方知らない場合は、先にreact-native-reanimatedの方から見ると良い
website
github
Software Mansion製
GestureDetector
#WIP
https://docs.swmansion.com/react-native-gesture-handler/docs/fundamentals/states-events
RNGHのstates
events
onBegin
onStart
onEnd
onFinalize
onUpdate
onPointerDown
onPointerMove
onPointerUp
onPointerCancelled
onPointerChange
munualActivationとは
<GestureHandlerRootView>
Gesture object
Manual gesture
Gestures
Gesture detector
Gesture
Pan gesture
Tap gesture
Long press gesture
Rotation gesture
Pinch gesture
Fling gesture
Hover gesture
Force touch gesture
Native gesture
Manual gesture
Composed gestures
Touch events
Gesture state manager
Components
Buttons
TouchableHighlightやTouchableOpacityの代わり
DrawerLayout
DrawerLayoutAndroidの代わり
iosでも使える
Swipeable
Swipe Actionできるやつ
Touchables
Gesture handlers (legacy)
About Gesture Handlers
Cross handler interactions
Common handler properties
Pan
Tap
Long press
Rotation
Fling
Pinch
Force touch
NativeView
createNativeWrapper()