datepicker don't apppear on ios
See original GitHub issueBug report
I can’t see datepicker on Simulator or Real Device IOS
Summary
My project using RN 0.64 and react-native-datetimepicker version 3.5.2 My code work on Android But IOS is not. I don’t see any datepicker
Reproducible sample code
Steps to reproduce
- I create a DateTimePicker and button to open DateTimePicker be like sample code 2.Click Button and don’t has anything happen
Describe what you expected to happen:
- When Click Button , DatePicker will show
Environment info
npx react-native info
output:
# paste it here
System:
OS: macOS 11.2.1
CPU: (8) x64 Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz
Memory: 347.96 MB / 16.00 GB
Shell: 5.8 - /bin/zsh
Binaries:
Node: 10.16.0 - /usr/local/bin/node
Yarn: Not Found
npm: 6.9.0 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.10.1 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: iOS 14.5, DriverKit 20.4, macOS 11.3, tvOS 14.5, watchOS 7.4
Android SDK: Not Found
IDEs:
Android Studio: 4.1 AI-201.8743.12.41.6953283
Xcode: 12.5/12E262 - /usr/bin/xcodebuild
Languages:
Java: 15.0.1 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 17.0.1 => 17.0.1
react-native: 0.64.1 => 0.64.1
react-native-macos: Not Found
npmGlobalPackages:
*react-native*: Not Found
datetimepicker version: 3.5.2
iOS version: 14.5
Issue Analytics
- State:
- Created 2 years ago
- Comments:7
Top Results From Across the Web
DatePicker does not show on iOS? - Stack Overflow
DatePicker does not show on iOS? · Click on datepicker · Jumps to bottom of the page below · Scroll back to up...
Read more >DatePicker not showing correctly on iOS 14.2 - Fuse Community
I'm testing DatePicker on latest iOS by using this example from this page https://fuseopen.com/docs/fuse/controls/datepicker.html The result ...
Read more >Not showing on iOS, works on Android. #71 - GitHub
The picker works fine on Android, but the same code does not display the picker on iOS. Here's my render method: render() {...
Read more >No date picker in Numbers for iPad!!! Th… - Apple Community
The very unfortunate fact remains that there appears to be no date picker for numbers – Typing in a date is clumsy and...
Read more >Date picker in FileMaker Go 19.3 is broken - Claris Community
The regular iPhone iOS date picker is still the same as before. ... My clients are experiencing issues where the calendar doesn't appear...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I also get this issue. With a copy paste of the example code I get the result below regardless of clicking either button.
DateTimePicker: 3.5.2 Expo: 4.7.2 iOS: 14.5
I’m also having same problem, after updating my xcode to 14, calendar picker not showing, only showing spinner.