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
The markdown is not supporting accessibility(https://reactnative.dev/docs/accessibility) tags. Basically I want to add focus (accessible={true}) for link elements inside the markdown tag, But there is no way to do it.
The markdown is not supporting accessibility(https://reactnative.dev/docs/accessibility) tags. Basically I want to add focus
(accessible={true})for link elements inside the markdown tag, But there is no way to do it.