Rocket.Chat.ReactNative
Rocket.Chat.ReactNative copied to clipboard
[IMPROVE] Migrate to `react-native-tab-view`
Proposed changes
- Migrate away from
react-native-scrollable-tab-viewand usereact-native-tab-viewin the EmojiPicker - This PR is based on https://github.com/RocketChat/Rocket.Chat.ReactNative/pull/4328
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