You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2020. It is now read-only.
Problem:
I was using this testing framework to test an onPress event on a Text component from React Native. When I ran this line:
I received this error:
No target found for event: "press"
I believe "Text" should be added under eventMap.press.validTargets in https://github.com/bcarroll22/native-testing-library/blob/master/src/events.js
The text was updated successfully, but these errors were encountered: