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.
1 parent 3e1d292 commit c0fbafdCopy full SHA for c0fbafd
ReactAndroid/src/main/java/com/facebook/react/views/view/ReactMapBufferPropSetter.kt
@@ -133,7 +133,7 @@ object ReactMapBufferPropSetter {
133
viewManager.accessibilityState(view, entry.mapBufferValue)
134
}
135
VP_ACCESSIBILITY_UNIT -> {
136
- // viewManager.accessibilityUnit(view, entry.mapBufferValue)
+ viewManager.accessibilityUnit(view, entry.mapBufferValue)
137
138
VP_ACCESSIBILITY_VALUE -> {
139
viewManager.accessibilityValue(view, entry.stringValue)
0 commit comments