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

Fix for RN spinner #416

Closed
wants to merge 24 commits into from

Conversation

billnbell
Copy link
Collaborator

#411

This fixes the issue for me. It shows spinner on time. I think when Build.VERSION_CODES.N came it it made sense to use ==, but now there are a ton of newer versions.

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N && display == RNDatePickerDisplay.SPINNER) {

@billnbell billnbell changed the title Fix for Fix for RN spinner Mar 21, 2021
@vonovak
Copy link
Member

vonovak commented Mar 22, 2021

hello @billnbell would you mind cleaning up the git history a little so it's clear I'm not merging 24 commits but just 1 commit? Thank you! 👍

@vonovak
Copy link
Member

vonovak commented Mar 22, 2021

@billnbell btw I just invited you to the organization, when you accept the invitation you won't need to use forks and will be able to close issues and etc. Thank you for your contributions! :)

@billnbell
Copy link
Collaborator Author

billnbell commented Mar 22, 2021 via email

@billnbell
Copy link
Collaborator Author

Please delete this PR for the new one.

@billnbell billnbell closed this Mar 22, 2021
@billnbell
Copy link
Collaborator Author

New one is clean

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

Successfully merging this pull request may close these issues.

3 participants