We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f7e98b + 0b0dc3e commit 452470eCopy full SHA for 452470e
src/lib/renderRules.js
@@ -123,7 +123,9 @@ const renderRules = {
123
if (hasParents(parent, 'bullet_list')) {
124
return (
125
<View key={node.key} style={styles._VIEW_SAFE_list_item}>
126
- <Text style={[modifiedInheritedStylesObj, styles.bullet_list_icon]}>
+ <Text
127
+ style={[modifiedInheritedStylesObj, styles.bullet_list_icon]}
128
+ accessible={false}>
129
{Platform.select({
130
android: '\u2022',
131
ios: '\u00B7',
0 commit comments