@react-native-oh/react-native-harmony 0.72.39-11 → 0.72.39-13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -182,6 +182,24 @@ const BaseImage = (props: ImagePropsType, forwardedRef) => {
182
182
  return (
183
183
  <ImageAnalyticsTagContext.Consumer>
184
184
  {analyticTag => {
185
+ if (props.accessibilityLabelledBy == undefined &&
186
+ props.accessibilityActions == undefined &&
187
+ props.accessbilityState == undefined &&
188
+ props.accessibilityRole == undefined &&
189
+ props.accessible == undefined &&
190
+ props.accessibilityLabel == undefined) {
191
+ return (
192
+ <ImageViewNativeComponent
193
+ {...restProps}
194
+ ref={forwardedRef}
195
+ style={style}
196
+ resizeMode={resizeMode}
197
+ tintColor={tintColor}
198
+ source={sources}
199
+ internal_analyticTag={analyticTag}
200
+ />
201
+ );
202
+ }
185
203
  return (
186
204
  <ImageViewNativeComponent
187
205
  accessibilityState={_accessibilityState}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-oh/react-native-harmony",
3
- "version": "0.72.39-11",
3
+ "version": "0.72.39-13",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
Binary file