I am using react-native-paper 3.6.0 and in their documentation, they offer to change the switch color using props.color
. I have tried and:
- iOS: OK
- Android: The dark button is using
color.background
, the switch is black on black. Web: The color does not have any effect
Read
<Switch />
Source | Documentation
How can I set the color of the switch component of react-native-paper?