react-native-tabs-section-list icon indicating copy to clipboard operation
react-native-tabs-section-list copied to clipboard

React Native SectionList with scrollable tabs

Results 8 react-native-tabs-section-list issues
Sort by recently updated
recently updated
newest added

hi, thanks for this good package : this is my array :  ```(6) [{…}, {…}, {…}, {…}, {…}, {…}]``` and this is object of array : ``` data: {_id: "60631b49aa0bbe63062f97e7",...

I am 99% sure that this is something to do with your package. I have a nested Flatlist inside of it, but even when I replace that I still get...

If one section's data is too large, I can't switch to other tab's page. Any one can help me about that problem?

I came across a simple obstacle on this package that i needed to use on an app of mine and that is to have the tabs reversed. This is: in...

When I put sectionList into scroll view it doesn't scroll, please give me the solution for this issue.

I want some functionality when i change the tabs at top...something like onpress in rendertab...i tried adding a onpress inside a text in view, but i am unable to scroll...