react-native-scrollable-tabstring icon indicating copy to clipboard operation
react-native-scrollable-tabstring copied to clipboard

A ScrollView-like component with animated horizontal tab when scrolling

Results 4 react-native-scrollable-tabstring issues
Sort by recently updated
recently updated
newest added

nice library ,was searching for a very long time for it but i could not use it in ScrollView there should be option for nestedScrollEnable like flatList ,thankyou

![image](https://user-images.githubusercontent.com/16655229/104124335-4ea61980-538b-11eb-9c56-ce7dcfc98689.png) ![image](https://user-images.githubusercontent.com/16655229/104124218-8c567280-538a-11eb-9f90-c638de1a3fe7.png) ![image](https://user-images.githubusercontent.com/16655229/104124224-98dacb00-538a-11eb-944b-479fe57016c1.png) ![image](https://user-images.githubusercontent.com/16655229/104124231-ad1ec800-538a-11eb-869d-c481b959c5e9.png) My Version: `"expo": "~40.0.0"` `"react": "16.13.1"` `"react-dom": "16.13.1"` `"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz"` `"react-native-scrollable-tabstring": "^0.0.7"`

I know that the Length of `dataTabs` and `dataSections` must equal. I am using the simple example provided but the tabs are actually scrolling to child elements position and not...

Is there a way we can hide the tab menu?