react-native-screens
react-native-screens copied to clipboard
feat(Android, Tabs): hide the tab-bar on scroll on Android
Description
https://github.com/user-attachments/assets/b64e106f-edbf-49e7-8db1-860c8f81b38b
Requires nestedScrollEnabled to be set to true on ScrollView
Changes
Test code and steps to reproduce
Checklist
- [ ] Included code example that can be used to test this change
- [ ] Updated TS types
- [ ] Updated documentation:
- [ ] https://github.com/software-mansion/react-native-screens/blob/main/guides/GUIDE_FOR_LIBRARY_AUTHORS.md
- [ ] https://github.com/software-mansion/react-native-screens/blob/main/native-stack/README.md
- [ ] https://github.com/software-mansion/react-native-screens/blob/main/src/types.tsx
- [ ] https://github.com/software-mansion/react-native-screens/blob/main/src/native-stack/types.tsx
- [ ] Ensured that CI passes