web-ridge / react-native-paper-dates

Smooth and fast cross platform Material Design date and time picker for React Native Paper
https://www.reactnativepaperdates.com
MIT License
637 stars 161 forks source link

renders incorrectly on android 6 #362

Closed breathingcyborg closed 6 months ago

breathingcyborg commented 6 months ago

Current behavior

I'm using the official demo in the docs, in expo go app. The date picker is not rendering correctly on android 6 device. Have a look at the screenshot to understand what i mean.

Expected behavior

The date picker input should render correctly on android 6 device. Just like it renders correctly on android 9 device.

How to reproduce?

  1. visit https://snack.expo.dev/@fitzwabs/react-native-paper-dates-input
  2. open this demo in expo go app on android 6 device.

Preview

Screenshot_20231214-164447

What have you tried so far?

Your Environment

software version
ios x
android 6.0.1
react-native x.x.x
react-native-paper 5.10.0
react-native-paper-dates 0.18.12
node x.x.x
npm or yarn x.x.x
expo sdk 48.0.0 / 49.0.0
RichardLindhout commented 6 months ago

Looks like hermes is not enabled, please re-open if you have hermes enabled or make a PR which fixes these issues. We will probably not spend time on this if it only happens on 8 year old phones. But it looks like Intl / hermes does not work great together on old android phones

thvbb commented 2 months ago

Same on me ~~~