thumbColor

Tags
color
default & often
자주쓰임
스위치 그립 색상 설정.
If this is set on iOS, the switch grip will lose its drop shadow.
notion image

예시 코드

<Switch trackColor={{ false: "#767577", true: "#ff9900" }} thumbColor="#f5dd4b" style={{ transform: [{ scaleX: 1.0 }, { scaleY: 1.0 }] }} value={false} />