React Native 안드로이드 다크모드 적용 안되게 설정

2025. 1. 3. 15:35·React Native

android/app/src/main/res/values/styles.xml

<resources>

    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
 	...
        <item name="android:forceDarkAllowed">false</item>
        <item name="android:textColor">#000000</item>
	...
    </style>


</resources>

 

'React Native' 카테고리의 다른 글

react-native-dropdown-picker 오류  (0) 2024.12.06
'React Native' 카테고리의 다른 글
  • react-native-dropdown-picker 오류
jihun_BS
jihun_BS
  • jihun_BS
    Harry 개발블로그
    jihun_BS
  • 전체
    오늘
    어제
    • 분류 전체보기 (507)
      • React Native (2)
      • React (7)
      • 알고리즘 (37)
      • JavaScript (11)
      • 항해99 (12)
        • 항해 WIL (13)
      • TIL (405)
      • TypeScript (3)
      • 트러블 슈팅 (5)
  • 블로그 메뉴

    • 홈
    • 태그
    • 방명록
  • 링크

    • Github
  • 공지사항

  • 인기 글

  • 태그

    n의 배수
    til
    Received true` for a non-boolean attribute`mode`Warning
    잔디 기부 캠페인
    vite svg
    React-hook-form 등록 버튼 활성화
    n의 배수 자바스크립트
    프로그래머스
    react-native-dropdown-picker 오류
    virtualizedlists should never be nested inside plain scrollviews with the same orientation because it can break windowing and other functionality - use another virtualizedlist-backed container instead. [component stack]
    React-hook-form watch
    pxemrem
    typescript 환경에서 다양한 버튼 컴포넌트
    다양한 스타일의 버튼 컴포넌트
    vite 환경에서 svg 컴포넌트
    항해99
    자바스크립트
    react-native-dropdown-picker
    잔디 기부
    pxemrem차이
  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.3
jihun_BS
React Native 안드로이드 다크모드 적용 안되게 설정
상단으로

티스토리툴바