Are you an LLM? You can read better optimized documentation at /bedrock/reference/framework/UI/ColorPreference.md for this page in Markdown format
ColorPreference
지원환경: React NativeReact Native SDKv1.0.3
실행환경: Toss AppSandbox App
현재 기기의 색상 모드를 나타내는 타입이에요. 라이트모드, 다크모드를 나타내는 문자열이에요
시그니처
typescripttype ColorPreference = 'light' | 'dark';
타입 정의
ColorPreference
'light' | 'dark'