mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
(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:
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,
|
||||
|
||||
Reference in New Issue
Block a user