-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Description
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
- Android
- CRA
- Expo
- iOS
- Next
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.