-
-
Notifications
You must be signed in to change notification settings - Fork 425
add Android timezone offset support #396
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hello, thanks for the PR!
Can you please take a look at the readme and update it? (https://github.com/react-native-datetimepicker/datetimepicker#timezoneoffsetinminutes-optional-ios-only)
Would you be willing to add an end-to-end test for this? They live here: https://github.com/react-native-datetimepicker/datetimepicker/blob/master/example/e2e/detoxTest.spec.js and it would be really nice to have this covered so we know it works the same (and continues to do so) on both platforms, thank you!
android/src/main/java/com/reactcommunity/rndatetimepicker/RNDate.java
Outdated
Show resolved
Hide resolved
OK done |
what is next step? Ready - ?? |
@billnbell thanks for the patience, I will look into this soon :) |
ok ready? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
# [3.2.0](v3.1.1...v3.2.0) (2021-03-09) ### Features * support timezone offset on Android ([#396](#396)) ([90f0d20](90f0d20))
🎉 This PR is included in version 3.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hello @billnbell and sorry for taking the time on this one. Would you be interested in becoming a collaborator on the project? 🙂 Thanks! |
What is a Collaborator? |
collaborator / maintainer.. Someone who uses the module (although that is not a condition) and is willing to contribute bugfixes or new features, improve documentation, do code reviews or comment on people's issues 🙂 |
Summary
Test Plan
What's required for testing (prerequisites)?
What are the steps to reproduce (after prerequisites)?
Compatibility
Checklist
README.md
example/App.js
)