如何使用react-native--calendar自定义标记类型以及多点标记

时间:2019-05-01 17:38:12

标签: reactjs react-native react-redux jsx react-native-ios

我正在使用react-native-calendar,我想使用自定义标记类型以及多点标记类型。日历库似乎可以仅使用一种标记类型。我该如何实现? 如何同时包含两者?

自定义标记类型

    markedDates={{
      mark['2019-05-05']{
        customStyles: {
          container: {
          backgroundColor: 'green',
            },
           text: {
           color: 'black',
           fontWeight: 'bold'
           },
         },
       }
      }}

      markingType={'custom'}

多点标记类型


      markedDates={mark}
      markingType={'multi-dot'}

0 个答案:

没有答案