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
Migrated from deprecated Community ViewPager to PagerView package
- [x] I have searched [existing issues](https://github.com/happypancake/react-native-scrollable-tab-view/issues) - [x] I am using the [latest scrollable tab view version](https://www.npmjs.com/package/react-native-scrollable-tab-view) Pages doesnt scroll down. When there is only one tab, its scrolls...
( )} tabBarTextStyle={styles.tabBarTextStyle} tabBarInactiveTextColor={'black'} tabBarActiveTextColor={'red'} tabBarUnderlineStyle={styles.underlineStyle} initialPage={2} > I want to add scrollview in the component that is scrolled my full component and then show these three tabs and then...
- [ ] 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
Adds `keyboardShouldPersistTaps` to ScrollView to better handle double taps when the keyboard is visible.
React latest version "react": "17.0.1", "react-native": "0.64.2", Error: Element ref was specified as a string (viewPager) but no owner was set. This could happen for one of the following reasons:...
terminal logs:  ``` System: OS: macOS 10.15.6 CPU: (8) x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz Memory: 894.66 MB / 16.00 GB Shell: 5.7.1 - /bin/zsh Binaries: Node: 11.13.0...
I have multiple tabs inside ScrollableTabView and some of them are FlatLists. The items of FlatList are wrapped inside a TouchableWithoutFeedback with onPress property. Scrolling vertical (witch is FlatList responsible...