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
My ScrollableTabView contains RN page & WebView page. When I horizontal scroll the page component , the RN page will response the gesture correctly, but the WebView page component can’t...

- [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) Getting this warning when switching the tab - ```Calling 'getNode()' on the...
Platforms affected All What does this PR do? RN 0.68 has deprecated and will eventually remove ViewPropTypes (see post). This adds the deprecated-react-native-prop-types package and uses that instead. What testing...
When navigation goes back to previous screen after pushes a new screen it does not trigger onLayout again and the component does not re-render!!!!
- [ YES ] I have searched [existing issues](https://github.com/happypancake/react-native-scrollable-tab-view/issues) - [ YES ] I am using the [latest scrollable tab view version](https://www.npmjs.com/package/react-native-scrollable-tab-view) I want to know if there's a way...
- [+] I am using the [latest scrollable tab view version](https://www.npmjs.com/package/react-native-scrollable-tab-view) I have Weird animation behavior on IOS, sometimes on real device lagging or i dont know what is it...
Error: Element ref was specified as a string (tabContainer) but no owner was set. This could happen for one of the following reasons: 1. You may be adding a ref...
It seems no any resp from maintainer
ScrollableTabView下多个Flatlist,Android数据不刷新 ``` render() { const { data, onPressNewsMenu } = this.props; console.log("circle render: " + JSON.stringify(data)); if (data.length === 0) { return null; } return ( ( )} locked={true} tabBarTextStyle={{...