mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
0a525b6d9d
Summary: With a Picker we would like to allow accessibility labels to be passed as a prop for situations where we want go give more detail. For example if we have a number picker that will be used for a timer instead of just saying 3, we might want to say 3 hours. ## Changelog [General] [Added] - Picker test with an accessibility label prop [General] [Added] - Support for accessibility Label prop to the Picker component Pull Request resolved: https://github.com/facebook/react-native/pull/27342 Test Plan: Test plan is testing in RNTester making sure the examples work Differential Revision: D18770184 Pulled By: hramos fbshipit-source-id: e6f8ab4a9c50f3fb46342198441ecc71394913d3