Skip to content

Commit 79011f3

Browse files
fix: Add testID to PickerIOSItemType (#163)
closes #8 Co-authored-by: Subramanya Chakravarthy <[email protected]>
1 parent 5ec2bbc commit 79011f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/PickerIOS.ios.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ type ItemProps = $ReadOnly<{|
6969
label: ?Label,
7070
value?: ?(number | string),
7171
color?: ?ColorValue,
72+
testID?: ?string,
7273
|}>;
7374

7475
const PickerIOSItem = (props: ItemProps) => {

0 commit comments

Comments
 (0)