Rocket.Chat.ReactNative
Rocket.Chat.ReactNative copied to clipboard
[FIX] UiKit/DatePicker is broken
Proposed changes
To access this functionality, you need to login open.rocket.chat and send /remind into the message box

Then, when clicking the input When? the iOS is crashing, and the Android is returning Invalid Date after selecting the data.
Issue(s)
How to test or reproduce
- Log in into open.rocket.chat
- Go to a channel and type
/remind, then send it
Screenshots
iOS
https://user-images.githubusercontent.com/47038980/195912045-dbbc6607-d95a-46b5-b5ba-36dd9260e554.mov
Android
https://user-images.githubusercontent.com/47038980/195924877-112418cd-3acd-4e9a-b090-1ea5a06a39df.mov
Types of changes
- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] Improvement (non-breaking change which improves a current function)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Documentation update (if none of the other choices apply)
Checklist
- [x] I have read the CONTRIBUTING doc
- [x] I have signed the CLA
- [x] Lint and unit tests pass locally with my changes
- [ ] I have added tests that prove my fix is effective or that my feature works (if applicable)
- [ ] I have added necessary documentation (if applicable)
- [ ] Any dependent changes have been merged and published in downstream modules
Further comments
Jira: NATIVE-91