react-native-animated-segment-control icon indicating copy to clipboard operation
react-native-animated-segment-control copied to clipboard

Fix yellowbox warnings

Open HanliTheron opened this issue 5 years ago • 0 comments

Fixes #2

  • Fixed proptype warning that occurs when trying to use the 'color' style since ViewPropTypes prop does support color style.
  • Above was changed for the textStyle, selectedTextStyle and unselectedTextStyle props.
  • Changed no unique key warning that occured by adding a key prop to Segment

HanliTheron avatar Feb 05 '20 11:02 HanliTheron