gorhom / react-native-bottom-sheet

A performant interactive bottom sheet with fully configurable options 🚀
https://gorhom.dev/react-native-bottom-sheet/
MIT License
7.09k stars 779 forks source link

fix[doc]: Change references to react-native-gesture-handler from v3 to v2 #2058

Open pyramid-scheme-ceo opened 4 days ago

pyramid-scheme-ceo commented 4 days ago

Change references to react-native-gesture-handler from v3 to v2

Motivation

Went to upgrade to v5 and noticed the mentions of react-native-gesture-handler v3 on the homepage so naturally I went to upgrade that first ...only to realise RNGH is still only on v2 (which is also mentioned in the blog post here: https://gorhom.dev/react-native-bottom-sheet/blog/bottom-sheet-v5). Correct me if I'm wrong but I think the docs are supposed to say v2 where they currently say v3.