How to show a “Spinner” mode “DatePickerAndroid” without any dialog/modal/popup screen?
See original GitHub issueIs this a bug report?
No
Have you read the Contributing Guidelines?
No
Environment
Environment: OS: Windows 10 Node: 6.11.5 Yarn: 1.3.2 npm: 5.6.0 Watchman: Not Found Xcode: N/A Android Studio: Version 3.0.0.0 AI-171.4408382
Packages: (wanted => installed) react: 16.0.0 => 16.0.0 react-native: 0.50.4 => 0.50.4
Steps to Reproduce
- How to get the DatePickerAndroid view without any dialog/popup/modal?
- How to show the DatePickerAndroid on a screen with other views without any dialog/popup/modal view?
Expected Behavior
I wanted to show a simple spinner mode DatePickerAndroid statically (not in a dialogue/modal screen) on a profile screen with some other views but didn’t found any helpful suggestions throughout the web.
Actual Behavior
I didn’t find such helpful suggestion/answer to show the DatePickerAndroid statically on a screen.
A screenshot here (which I need actually like this); Screenshot
Reproducible Demo
Nothing to show in a demo as I will start this from scratch after getting a valuable help.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:5
Top Results From Across the Web
How to use a "Spinner" mode "DatePickerAndroid" without any ...
How to use a "Spinner" mode "DatePickerAndroid" without any dialog/modal/popup in react native? Ask Question. Asked 4 years, 11 months ago.
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
The DatePickerAndroid, Opens the standard Android date picker Dialog. Hence it is not currently possible to use it without opening a Dialog i.e Modal or Popup. If you want u can create your own picker using Javascript or try searching for projects in GitHub.
For anyone running into this, go look for a wheel-picker & “build your own” 😄