bitovi / academy

Everything we know about frontend, backend, UX, and Devops consulting and management.
https://www.bitovi.com/academy/
14 stars 3 forks source link

Update fireEvent to userEvent where applicable #784

Closed snoattoh closed 1 month ago

snoattoh commented 1 month ago

This updates our current fireEvents to use userEvent.

Unfortunately, our Switch component lacks an onPress and works off of an onChange so it's not possible to use userEvent on the Switch component in React Native.