react-native-scrollable-tab-view icon indicating copy to clipboard operation
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

Results 117 react-native-scrollable-tab-view issues
Sort by recently updated
recently updated
newest added
trafficstars

When "collapsable Bar" is used, the switching tab view cannot remain in state, resulting in "tab-view" reloading ![1564556778448](https://user-images.githubusercontent.com/43433064/62195563-d920d600-b3ae-11e9-9cb8-8d6bf38e0582.gif) help! help! Thank you very much indeed

- [ ] 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

- [ ] 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

This PR fixes the condition used in the componentDidMount of the **ScrollableTabView** component that was causing infinite updates

Hello I'm just having an issue on my project. It's built in RN 0.62 (latest) I'm also using React navigation v5 (latest) I have material top tab navigator which has...

第一个页面是定制的ScrollView,其他页面都是一个复用的列表,当多次切换Tab,进入其他页面的列表的详情之后,退出再回到第一页的时候,显示空白。Android 和 iOS 都存在 -version: - "react-native-scrollable-tab-view": "^1.0.0", - "react-native": "0.61.5", 关键代码 ``` } onChangeTab={this.tabChange} prerenderingSiblingsNumber={0} tabBarTextStyle={styles.tabText} {this.state.tabsList.map((tab, index) => { if (index === 0) { return ( ); }...

I keep running into this issue when attempting to test this component, and I'm just sharing my solution here as I don't have time to create a minimal repro repository....

- [ ] 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

在ios上,动态设置initialPage的值,会在点击tab的时候,切换混乱现象(如:点击第二个,选中第三个),多次尝试,是跳转到underlineStyle移动的方向下一个,并且设置scrollWithoutAnimation={true}后点击正常,但是这样tab的underlineStyle就没有动画效果了。请问我该怎么办,才可以动态设置initialPage的值,并且保证ios上点击切换正常?

locked props is working fine but i can still jump to another screens by clicking on tab's name. Is there any way to disable tab bar clicks, so that i...