Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(a11y): support
aria-label
and aria-role
HTML attributes
Those attributes are now translated to React Native props thanks to the new Transient Render Engine capabilities. You can customize how props are generated from a TNode thanks to `HTMLElementModel.getDynamicNativeProps`!
- Loading branch information