(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
This commit is contained in:
Paige Sun
2022-04-14 10:34:55 -07:00
committed by Facebook GitHub Bot
parent a223874cb5
commit 8b7d0f6837
@@ -185,7 +185,6 @@ const PlatformBaseViewConfig: PartialViewConfigWithoutName =
accessibilityLabelledBy: true,
accessibilityLabel: true,
accessibilityHint: true,
accessibilityLanguage: true,
accessibilityRole: true,
accessibilityState: true,
accessibilityActions: true,