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
An element of the given ControlType must support the Invoke pattern.
1. Make sure the element has the appropriate ControlType property for its function.
2. If the current ControlType is correct, modify the element to support the Invoke pattern.
The text was updated successfully, but these errors were encountered:
Description
I got an error when checking accessbility of Link.
CodeSandbox/Snack link
https://codesandbox.io/s/reverent-glade-9k8bnk
Steps to reproduce
No response
NativeBase Version
3.4.11
Platform
Other Platform
window
Additional Information
<Link accessibilityLabel='test-accessibility' >Test Link</Link>
Error
An element of the given ControlType must support the Invoke pattern.
1. Make sure the element has the appropriate ControlType property for its function.
2. If the current ControlType is correct, modify the element to support the Invoke pattern.
The text was updated successfully, but these errors were encountered: