Closed sammoore closed 5 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.
recognizer
responder
packages/rn/empty-gesture-recognizer-event
All occurrences of recognizer within that context should be responder (as the export itself is name).
Resolved by #5
You can take me out of iOS, but you can't take the iOS out of me.
I accidentally used
recognizer
rather thanresponder
when naming thepackages/rn/empty-gesture-recognizer-event
package.All occurrences of
recognizer
within that context should beresponder
(as the export itself is name).