Skip to content

Commit 1121ed9

Browse files
luism3861facebook-github-bot
authored andcommitted
remove accessibilityStates validAttributes config from ReactNativeViewViewConfig.js (#29656)
Summary: this little PR remove `accesibilityStates` config in validAttributes, like comment says it can be removed after next release. ## Changelog [General][Removed] - `accessibilityStates` no longer passed through to RCTView. Pull Request resolved: #29656 Reviewed By: philIip Differential Revision: D31732866 Pulled By: yungsters fbshipit-source-id: 83b6eb223e76537a09c13ccdb382317421ab4585
1 parent 63f66fc commit 1121ed9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Libraries/Components/View/ReactNativeViewViewConfig.js

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ const ReactNativeViewConfig: ViewConfig = {
122122
accessibilityLabel: true,
123123
accessibilityLiveRegion: true,
124124
accessibilityRole: true,
125-
accessibilityStates: true, // TODO: Can be removed after next release
126125
accessibilityState: true,
127126
accessibilityValue: true,
128127
accessibilityViewIsModal: true,

0 commit comments

Comments
 (0)