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.85k stars 954 forks source link

Add `TypeDoc` to new API #2874

Closed m-bert closed 2 weeks ago

m-bert commented 3 weeks 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.