diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index a3a2c397c7..aaed6e2c28 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -2952,7 +2952,7 @@ export interface PickerProps extends PickerPropsIOS, PickerPropsAndroid { */ selectedValue?: any; - style?: StyleProp; + style?: StyleProp; /** * Used to locate this view in end-to-end tests.