Skip to content

Commit

Permalink
Improved flow on Picker.Item
Browse files Browse the repository at this point in the history
Summary:
Flow improvement: Added ColorPropType on color property on Picker component
Closes #12528

Differential Revision: D4619897

Pulled By: ericvicenti

fbshipit-source-id: 6356d6f4ae6d2db3d93a56882ec51d140f9ac2ab
  • Loading branch information
agrcrobles authored and facebook-github-bot committed Mar 2, 2017
1 parent f66fba8 commit dc334b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Components/Picker/Picker.js
Expand Up @@ -134,7 +134,7 @@ Picker.Item = class extends React.Component {
props: { props: {
label: string, label: string,
value?: any, value?: any,
color?: $FlowFixMe, color?: ColorPropType,
testID?: string, testID?: string,
}; };


Expand Down

0 comments on commit dc334b0

Please sign in to comment.