react-native-animated-segment-control
react-native-animated-segment-control copied to clipboard
Yellowbox warnings
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.