roninoss / rn-primitives

Style-agnostic, accessible React Native components for iOS, Android, and Web
https://rnprimitives.com
MIT License
427 stars 12 forks source link

Occurences of empty-gesture-recognizer-event should be empty-gesture-responder-event #3

Closed sammoore closed 5 months ago

sammoore commented 10 months ago

You can take me out of iOS, but you can't take the iOS out of me.

I accidentally used recognizer rather than responder when naming the packages/rn/empty-gesture-recognizer-event package.

All occurrences of recognizer within that context should be responder (as the export itself is name).

sammoore commented 5 months ago

Resolved by #5