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

- [v ] I have searched [existing issues](https://github.com/happypancake/react-native-scrollable-tab-view/issues) - [ v] 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

![image](https://user-images.githubusercontent.com/8936260/55685072-cf4d1000-5984-11e9-8b21-1c2d6a04072f.png) I use the code below: export default class App extends Component { render() { return ( ); } } And get the different appearance on android an iOS

flicker problem on android. iOS is no problem. please see [video](https://www.dropbox.com/s/c7alc2b9o7bx42y/screencapture.mov?dl=0) "react": "16.6.0-alpha.8af6728", "react-native": "0.57.4", "react-native-scrollable-tab-view": "^0.9.0", ``` import * as React from 'react'; import { View, StyleSheet, Dimensions, Text...

there is a problem with a scroll on RTL in android devices it's not changing the order, and the scroll moves in the opposite direction , fix this if you...

Hi, I found a lot of related issues of almost the same problem but still have to response. I would like to have nested tab view but scroll on the...

Hello, I have a problem, I am using react navigation stack, when selecting the detail of an article and clicking on the back button it does not remain in the...

1、本组件和Flatlist使用,左右滑动时,触发Flatlist列的点击,怎么解决 2、次组件有没有懒加载功能

I tried to nest two Scrollable TabView components It is found that this is not feasible, in the nested components sliding left and right, will not perform the nested left...

ScrollView: Calling `getNode()` on the ref of an Animated component is no longer necessary. You can now directly use the ref instead. This method will be removed in a future...