搜尋

首頁  >  問答  >  主體

修改react-native-calendars元件的背景色

<p>我正在使用react-native-calendars製作一個應用程式。 </p> <p>我想要將日曆的背景色彩改為藍色。 </p> <pre class="brush:php;toolbar:false;"><Calendar style={{backgroundColor: "blue"}} /></pre> <p>我嘗試瞭如下方法,但問題是只有日曆的邊框變了。 </p> <p>我希望整個日曆的背景都變成藍色。 </p> <p>如果你知道解決方案,請回覆。 </p> <p>謝謝。 </p>
P粉769413355P粉769413355465 天前528

全部回覆(1)我來回復

  • P粉790187507

    P粉7901875072023-08-11 00:42:49

    你能試試看這個嗎,


    <Calendar
            style={{ backgroundColor: 'transparent' }}
            theme={{
              calendarBackground: 'transparent', 
            }}
          />

    回覆
    0
  • 取消回覆