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
Tested on Android, I have 2 tabs (Tab 1 and Tab 2) with just a Text on each tab. I set initialPage = 1, and got this result: Tab 1...
Hello, Is there a way to add custom style like custom border color to an active and inactive tabLabel?
 给ScrollableTabView 设置 style={{height: 2000}} 可以显示 但是我的高度是动态的
Please let me solution. For example if we have two tabs and if we switch to second tab then again switch to first tab then first tab component render again...
I tried the plugin but it wont work with the latest react-native :( am getting the following error node_modules/react-native/Libraries/Components/TextInput/TextInputState.js Module not found: Can't resolve '../../Utilities/Platform' in '.../node_modules/react-native/Libraries/Components/TextInput'
()} page={this.props.navigation.getParam('index', 0)} initialPage={this.props.navigation.getParam('index', 0)} onChangeTab={(obj) => { this.refs[obj.ref.ref].changeTab() }}> 从其他页面带参数index,导航过来后,scrollableTabView的tab选中iOS上main会出现错乱,android没有问题,请问是什么原因
In child View of ScrollableTabView, If I don't provide a const height. It display a blank page. And if I set a height for this view, it work normal. But...
Hi! Previously I was using a fork of this library. But after I updated my React Native version to 0.62, I had to replace that fork with this library because...
- [ ] 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