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

Yellowbox warnings

Open HanliTheron opened this issue 5 years ago • 0 comments

Hi,

I found yellowbox prop type warnings when trying to change the color of the selected and unselected text. It seems the prop type definition for unSelectedTextStyle, selectedTextStyle and textStyle are ViewPropTypes and Views do not support the color style.

I also got a warning for a missing unique key prop used in the render method of SegmentControl.

HanliTheron avatar Feb 05 '20 11:02 HanliTheron