breeffy / react-native-monorepo

Monorepo with UI components.
Apache License 2.0
183 stars 8 forks source link

Invalid interpolation #15

Open likern opened 3 years ago

likern commented 3 years ago

In development branch year interpolation looks like not correct in some situations.

<Calendar
  style={styles.calendar}
  ref={calendarRef}
  selectionMode="singleDay"
  scrollMode="anyOffset"
  scrollModeDeceleration="normal"
  monthsBefore={0}
  monthsAfter={10}
  renderFallbackMonth={renderFallbackMonth}
  onDaySelectionChange={onDaySelectionChange}
/>

For March, 2021 - January, 2022 on last month year header should be changed from 2021 to 2022.

https://user-images.githubusercontent.com/842306/109648723-04137300-7b6c-11eb-9634-cc397e9aadeb.mp4