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
6.14k stars 982 forks source link

Add `TypeDoc` to new API #2874

Closed m-bert closed 7 months ago

m-bert commented 7 months ago

Description

I thought that adding TypeDocs might be a good idea and it could enhance developer experience (I've come up with this idea when I discovered that we have withRef modifier). This PR adds TypeDocs to new API (but we can also think of filling missing docs in old API)

Test plan

Hover functions/components and read docs.