Color de pista de cambio de base nativo

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