Skip to content

Commit

Permalink
feat(a11y): support aria-label and aria-role HTML attributes
Browse files Browse the repository at this point in the history
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
jsamr committed Sep 5, 2021
1 parent 8442b2f commit 2b27f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/render-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"dependencies": {
"@jsamr/counter-style": "^2.0.1",
"@jsamr/react-native-li": "^2.3.0",
"@native-html/transient-render-engine": "10.0.2",
"@native-html/transient-render-engine": "10.1.0",
"@types/ramda": "^0.27.40",
"@types/urijs": "^1.19.15",
"prop-types": "^15.5.7",
Expand Down

0 comments on commit 2b27f00

Please sign in to comment.