switch (on/off)

Tags
button
Column
스위치(on/off)

크기 변경 팁

  • scale로 컴포넌트 크기 변경 가능.
<Switch value={true} style={{ transform: [{ scaleX: .8 }, { scaleY: .8 }] }} onValueChange={(value) => {}} thumbColor='#000' trackColor={{true:'#000', false:'#999'}} />
 
Props
 
Event