Skip to content

Commit 69a7911

Browse files
committed
Declare testID for Picker.Item
1 parent ab3c347 commit 69a7911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typings/components/Picker.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export interface PickerItemProps {
2828
renderItem?: PickerItemRenderItemFunc;
2929
onPress?: (event: GestureResponderEvent) => void;
3030
onSelectedLayout?: (event: LayoutChangeEvent) => void;
31+
testID?: string;
3132
}
3233

3334
export type PickerMode = 'SINGLE' | 'MULTI';

0 commit comments

Comments
 (0)