Improved flow on Picker.Item

Summary:
Flow improvement: Added ColorPropType on color property on Picker component
Closes https://github.com/facebook/react-native/pull/12528

Differential Revision: D4619897

Pulled By: ericvicenti

fbshipit-source-id: 6356d6f4ae6d2db3d93a56882ec51d140f9ac2ab
This commit is contained in:
alejandro garcia 2017-03-01 22:18:02 -08:00 committed by Facebook Github Bot
parent f66fba83cf
commit dc334b0e55
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ Picker.Item = class extends React.Component {
props: {
label: string,
value?: any,
color?: $FlowFixMe,
color?: ColorPropType,
testID?: string,
};