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

this.setState({ currentTab: res.i, showClearForFilters: false })) } renderTabBar={() => } > {tabs.map((item, index) => ( { if (!this.state.firstTimeClosed) { this.setState({ firstTimeClosed: true, showCategories: false, }); } }} tabs={tabs} showClearForFilters={this.state.showClearForFilters} item={item}...

- [ ] 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 am trying to figure out following problems: 1. How to change the background color of Active Tab 2. Text Styles are not working for Active Tab

Hello, could we please have a new release? There are some fixes on master including https://github.com/ptomasroos/react-native-scrollable-tab-view/pull/1090, which would be nice to have

I have the following code structure: ``` {header} {smallContent} {largeContent} ``` the problem here is that the `smallContent` will have the same scrolling capacity as `largeContent`. Maybe someone faced the...

When you enable orientation change the lock itself on pixel position, all the tabs rerender to fit the new width, but scroll is locked so in the view you see...

help wanted

[error detail] Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. Check the render method of `AnimatedComponent`. This error...

## environment * react-native: 0.51.0 * react-native-scrollable-tab-view: 0.10.0 ## Steps to Reproduce Jump to the ScrollableTabView Page (TabNavigator), Android does not render. ## Expected Behavior Android render ## Actual Behavior...

Hi I am using https://github.com/valdio/react-native-scrollable-tabview and using onScroll props but i am not getting callback inside onScroll function until i switched to another tab. Please anybody have idea how to...

- [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) This isn't an issue so-to-say, but more of a start of a...