software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
5.9k stars 955 forks source link

Add information about `GestureHandlerRootView` area and change component name in quick start section in docs. #2899

Closed m-bert closed 1 month ago

m-bert commented 1 month ago

Description

Discussion started in this comment made me think that it will be good idea to mention in our docs, that gestures will be recognized only in the area covered by GestureHandlerRootView.

This PR also changes name of Ball component in "Quick start" section, which for some reason was named App in steps 3 and 5.

Test plan

Run docs