diff --git a/Libraries/Components/Picker/Picker.js b/Libraries/Components/Picker/Picker.js index 7e2ad2a9fa7f85..aeb8a809e59239 100644 --- a/Libraries/Components/Picker/Picker.js +++ b/Libraries/Components/Picker/Picker.js @@ -134,7 +134,7 @@ Picker.Item = class extends React.Component { props: { label: string, value?: any, - color?: $FlowFixMe, + color?: ColorPropType, testID?: string, };