-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Exception in HostFunction: Non-whitespace character found after end of conversion: "-07-10T12:51:52.881Z" #840
Comments
I made a fix which works for me. Had the same issue with new architecture enabled on Android |
Please provide example code where this issue is reproducible and I'll look into it |
So the issue happens when using the component with modal={false} and newArchEnabled=true |
@henninghall this happens for me with just the default inline example: import React, { useState } from 'react'
import DatePicker from 'react-native-date-picker'
export default () => {
const [date, setDate] = useState(new Date())
return <DatePicker date={date} onDateChange={setDate} />
} New architecture enabled. Relevant packages:
|
Facing the same issue while using inline mode with newArchEnabled |
Having the same issue (new arch) - @henninghall are there any updates on this one? 🙏 |
Same issue... @henninghall any updates on this one? |
Same issue ! @henninghall |
same issue here, is there any solution ? |
for people get stuck by this error, Badrey made a fix for this. see comments above. To use the fix, edit package.json dependency section to use this line below, and it will pull in Badrey's fix. |
Hi guys I’ll look into this, which device languages is active when this happens? |
Hello for me it was French ! |
@henninghall FYI for me it was just the default inline example in English. |
Same error here! (also french) @badrey solution is working for me, @henninghall can we consider to integrate it to the next release? Thank you. |
i have same issue, is there any solution ?? |
Getting the error :
Error: Exception in HostFunction: Non-whitespace character found after end of conversion: "-07-10T12:51:52.881Z"
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-date-picker": "^5.0.4",
The text was updated successfully, but these errors were encountered: