Skip to content

Commit

Permalink
remove accessibilityState validAttributes config from
Browse files Browse the repository at this point in the history
ReactNativeViewViewConfig.js
  • Loading branch information
luism3861 committed Aug 14, 2020
1 parent dc7defa commit 8191023
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Libraries/Components/View/ReactNativeViewViewConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ const ReactNativeViewConfig = {
accessibilityLabel: true,
accessibilityLiveRegion: true,
accessibilityRole: true,
accessibilityStates: true, // TODO: Can be removed after next release
accessibilityState: true,
accessibilityValue: true,
accessibilityViewIsModal: true,
Expand Down

0 comments on commit 8191023

Please sign in to comment.