Rocket.Chat.ReactNative
Rocket.Chat.ReactNative copied to clipboard
[IMPROVE] Implement Audio Slider using react-native-gesture-handler and react-native-reanimated
Proposed changes
- Migrated the
Slidercomponent away fromreact-native-sliderand implemented it usingreact-native-gesture-handlerandreact-native-reanimated.
Issue(s)
How to test or reproduce
Screenshots
Types of changes
- [ ] Bugfix (non-breaking change which fixes an issue)
- [X] 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