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

Time picker not visible on iOS #725

Open
FievezRomain opened this issue Nov 22, 2023 · 2 comments
Open

Time picker not visible on iOS #725

FievezRomain opened this issue Nov 22, 2023 · 2 comments
Labels

Comments

@FievezRomain
Copy link

FievezRomain commented Nov 22, 2023

Environment

Platforms

iOS

Versions

Description

I have a button that changes the visibility state of the modal to true. When clicked on Android, the picker is visible but not on iOS. There is no error message. Thanks for your help

Reproducible Demo

@AndersonRR
Copy link

Try adding the themeVariant="light" property

@pperron
Copy link

pperron commented Jan 14, 2024

I had the same problem and my mistake was that I upgraded "react-native-modal-datetime-picker" to latest version (V17.1.0) but I forgot to update "@react-native-community/datetimepicker" (was at V3.5.2 and upgraded it to V7.6.2).

After upgrading the "@react-native-community/datetimepicker", my picker was working correctly on IOS (testing with my iPhone 15 Pro).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants