native Basiswechsel -Trackfarbe
use trackColor Attribute
<Switch
trackColor={{true: 'red', false: 'grey'}}
onValueChange={this.toggleSwitch}
value={true}/>
Singh99