mmazzarolo / react-native-modal-datetime-picker

A React-Native datetime-picker for Android and iOS
MIT License
2.98k stars 399 forks source link

Week Name not showing on real device but shows on simulator #674

Closed ajimae closed 1 year ago

ajimae commented 2 years ago

Environment

MacBook, Running MacOS 12.5.1

Platforms

iOS

Versions

Description

Having issues displaying the week names on the calendar (Sun, Mon etc) on iPhone 12 running iOS 15.6.1 however, on the iOS simulator it works and shows all the week names.

Reproducible Demo

image

Code

<DateTimePickerModal
  isVisible={isDatePickerVisible}
  mode={isDate ? "date" : "time"}
  onConfirm={handleConfirm}
  onCancel={hideDatePicker}
  display={isDate ? "inline" : "spinner"}
/>
ajimae commented 1 year ago

@mmazzarolo

Why would you label this issue as invalid?

Did you even take the time to run it on a real device.

Don't be quick to add an invalid label if you can show this works on a real device specified in the issue.

mmazzarolo commented 1 year ago

It's marked as invalid because it doesn't follow the issue template and there's no indication of you testing the community picker (as stated in the issue template), so I can't give proper support, sorry.

mmazzarolo commented 1 year ago

Let's continue the discussion in #672