react-native-scrollable-tab-view
react-native-scrollable-tab-view copied to clipboard
Tabbed navigation that you can swipe between, each tab can have its own ScrollView and maintain its own scroll position between swipes. Pleasantly animated. Customizable tab bar
How to enable tab scrolling? also how to change the default width of the tab? This is how i get the tab,
i used ScrollableTabBar and render data with flatlist in every tab. the problem is when we click menu the animation will stuttering because of renderItem of flatlist. How to solved...

- [ ] I have searched [existing issues](https://github.com/happypancake/react-native-scrollable-tab-view/issues) - [ ] I am using the [latest scrollable tab view version](https://www.npmjs.com/package/react-native-scrollable-tab-view) ## Steps to Reproduce ## Expected Behavior ## Actual Behavior
Is there anyway to decouple the tab header from the tab body? What I mean is, one can create an Animated.Value and pass it in both to the header and...
- [ ] I have searched [existing issues](https://github.com/happypancake/react-native-scrollable-tab-view/issues) - [ ] I am using the [latest scrollable tab view version](https://www.npmjs.com/package/react-native-scrollable-tab-view) ## Steps to Reproduce ## Expected Behavior ## Actual Behavior
Variable declarations updates for RN 0.63
Handling infinite rerendering of tab view when using page props with onChangeTab
With this "react": "17.0.1", "react-native": "0.64.2", If I am using @react-native-community/viewpager android started working and IOS doesn't if I will not use this android stopped working and iOS working with...
I want to remove the thin underline under "React". How an I do that?