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'm using react-native-paper for TextInput components. When I pass React Native elements as the label and apply color to them, I see a shadow/replica of the elements behind them. However, if I don't apply any color, the elements display properly.
My requirement is to show an asterisk (*) in the field label, where the asterisk should be red and the label text should be black.
Current behaviour
I'm using react-native-paper for TextInput components. When I pass React Native elements as the label and apply color to them, I see a shadow/replica of the elements behind them. However, if I don't apply any color, the elements display properly.
My requirement is to show an asterisk (*) in the field label, where the asterisk should be red and the label text should be black.
Preview
Simulator.Screen.Recording.-.iPhone.15.Pro.Max.-.2024-06-21.at.18.26.15.mp4
code
Your Environment