Datepicker launch crashes on React Native v0.41.2
See original GitHub issueVersion
- tcomb-form-native v0.6.0
- react-native v0.41.2
Expected behaviour
When I click a date / datetime field, a Datepicker should pop up
Actual behaviour
App crashes
Steps to reproduce
- Add a date field as usual t.Date
- Launch app and try to click on the field for the Datepicker popup
- CRASH…
Stack trace and console log
TypeError: expected dynamic type `double', but had type `string'
getDouble
ReadableNativeMap.java:-2
createFragmentArguments
DatePickerDialogModule.java:172
open
DatePickerDialogModule.java:159
invoke
Method.java:-2
invoke
BaseJavaModule.java:319
invoke
JavaModuleWrapper.java:158
run
NativeRunnable.java:-2
handleCallback
Handler.java:739
dispatchMessage
Handler.java:95
dispatchMessage
MessageQueueThreadHandler.java:31
loop
Looper.java:148
run
MessageQueueThreadImpl.java:196
run
Thread.java:818
Issue Analytics
- State:
- Created 7 years ago
- Comments:5
Top Results From Across the Web
react-native-date-picker app crash in certain screen
For some reason my app crashes when trying to pick date with react-native-date-picker. I have a re-useable component for the datepicker and ...
Read more >react-datepicker
A simple and reusable datepicker component for React. ... Start using react-datepicker in your project by running `npm i react-datepicker`.
Read more >App getting crash after selecting date in DatePicker
I am using DatePicker. DatePicker is displaying but when I select a date in Android or scroll in iOS, change date is displayed...
Read more >Untitled
Crash free online dictionary, Summary frankenstein chapter 13, Apocalypse z trailer! ... Fuel filter starting problems, Verhinderen synoniem, Prefisso 0703!
Read more >npm:react-native-date-picker-bugfix
Then rebuild the project by running react-native run-ios , react-native run-android or start the build from within Xcode/Android Studio. If you' ...
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
@casoetan What did you do to resolve? I’m having this same problem
Fixed.