Skip to content

Commit 3074cdd

Browse files
p-sunSaadnajmi
authored andcommitted
(Easy) Fix SVCs for Android, by removing iOS-only accessibilityLanguage prop
Summary: Changelog: [Internal][Fixed] Fix StaticViewConfigs for Android, by removing iOS-only accessibilityLanguage prop The accessibilityLanguage was a prop added to RCTViewManager, that is iOS-only, so it shouldn't exist in the SVCs for Android. Reviewed By: RSNara Differential Revision: D35630945 fbshipit-source-id: 7ed7f2619f73bb88babfbb207793d5415addaee6
1 parent bd4da82 commit 3074cdd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Libraries/NativeComponent/PlatformBaseViewConfig.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ const PlatformBaseViewConfig: PartialViewConfigWithoutName =
185185
accessibilityLabelledBy: true,
186186
accessibilityLabel: true,
187187
accessibilityHint: true,
188-
accessibilityLanguage: true,
189188
accessibilityRole: true,
190189
accessibilityState: true,
191190
accessibilityActions: true,

0 commit comments

Comments
 (0)