You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: