react-native-tab-view icon indicating copy to clipboard operation
react-native-tab-view copied to clipboard

A cross-platform Tab View component for React Native

Results 102 react-native-tab-view issues
Sort by recently updated
recently updated
newest added

### Motivation With this pr, now any person using this library will be able to override some of the default props of accessibility. The idea is to solve the problem...

If you want to use a custom TabBar like ``` ``` currently, the last tab will be cut with 14px, as it does not take into consideration these kind of...

There is empty space on bottom of tab's scene, if other tabs height is larger than current tab ### Motivation Fix #290 In this PR I hide other tabs content...

### Current behaviour I can't prevent the horizontal bounce effect on IOS. ### Expected behaviour I can set the overdrag property to false to prevent bounce on iOS ### What...

bug

### Current behaviour I have two tabs. The right tab has a list and the list items are implementing swipe to delete behavior using `react-native-swipe-list-view` from the right side (so...

feature request
react-native-pager-view

### Current behaviour i am using `react-native-web` with `react-native-tab-view`, `scrollEnabled = false` not work properly on web run on `iOS` device, either in browser or in webview inside an app...

bug
platform:web

Currently the component scrolls to the current tab with an animation, whenever: - layout dimensions change / are calculated - current route change - routes change Which is good, but...

## Example For example, if one wanted to do something like this: ```JavaScript ``` ## Reasoning It would allow one to have more control over the panhandler and allow things...

feature request

### Current behaviour Upgrading from 2.5.x to 3.0.0 requires you to have react-native > 0.63. Otherwise it can crash when using non-custom `TabBarItem` because of the replacement of `TouchableItem` by...

bug

### Current behaviour clicking event on button in custom tab bar doesn't switch tab view sometimes ### Expected behaviour clicking event always switches tab view ### Code sample even in...

bug