react-native-ui-lib
react-native-ui-lib copied to clipboard
Bug fix - WheelPicker picker children items `testID` prop not passed
Description
Currently, when WheelPicker Picker items are provided as Picker.Item children, the item's testID prop is not passed to the picker items, which making it hard to test.
This PR aims to fix that by passing the item's testID prop down to the WheelPicker items.
Changelog
Picker.Item testID prop now being passed to the WheelPicker item's testID prop.
Additional info
#rebuild
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.