Skip to content

Commit 2b27f00

Browse files
committed
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`!
1 parent 8442b2f commit 2b27f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/render-html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"dependencies": {
9090
"@jsamr/counter-style": "^2.0.1",
9191
"@jsamr/react-native-li": "^2.3.0",
92-
"@native-html/transient-render-engine": "10.0.2",
92+
"@native-html/transient-render-engine": "10.1.0",
9393
"@types/ramda": "^0.27.40",
9494
"@types/urijs": "^1.19.15",
9595
"prop-types": "^15.5.7",

0 commit comments

Comments
 (0)