Skip to content
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

RNDateTimePicker #964

Closed
marijang opened this issue Mar 5, 2025 · 1 comment
Closed

RNDateTimePicker #964

marijang opened this issue Mar 5, 2025 · 1 comment

Comments

@marijang
Copy link

marijang commented Mar 5, 2025

Not working / not showing using react native version 0.77.1

<RNDateTimePicker
display="spinner"
onChange={() => { }}
value={new Date()}
minimumDate={new Date()}
maximumDate={new Date(new Date().setFullYear(new Date().getFullYear() + 1))}
/>

Copy link

github-actions bot commented Mar 9, 2025

👋 @marijang, sorry you're having an issue. This issue is being closed because it does not provide all information required by the issue template. As the issue template explains, we require that you provide a runnable example that reproduces your issue and your environment information. This means you need to provide a code snippet that we can copy-paste into an empty project and see the error ourselves, or provide a git repository with the issue.
The reason is that maintainers do not have time to try reproduce bugs themselves. Please try to minimize the superfluous code and focus only on reproducing the bug.
Please create a new issue with this and we'll be happy to review it!

@github-actions github-actions bot closed this as completed Mar 9, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Mar 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants