We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Expected behavior A clear and concise description of what you expected to happen.
To Reproduce Add example code that reproduces the behavior.
import { useState } from 'react'; import DatePicker from 'react-native-date-picker'; import { View } from '@/components/ui'; export default function Demo() { const [date, setDate] = useState(new Date()); return ( <View> <DatePicker date={date} onDateChange={setDate} /> </View> ); }
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered:
I am having the same issue, in iOS Simulator, with latest xCode.
I am using this packages:
"react-native": "0.76.1", "@react-native-community/datetimepicker": "^8.2.0", "react-native-modal-datetime-picker": "^18.0.0", "react-native-date-picker": "^5.0.8",
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Expected behavior
A clear and concise description of what you expected to happen.
To Reproduce
Add example code that reproduces the behavior.
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: