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

Please provide enough information so that others can review your pull request: **Motivation** Explain the **motivation** for making this change. What existing problem does the pull request solve? **Test plan**...

first pull request

The tab will not automatically change height while changing tabs, thus making some blank space in short tabs Here are the versions I'm using: "react-native-tab-view": "^2.14.4" "react-native-gesture-handler": "^1.5.0" "react-native-reanimated": "^1.4.0"...

bug

Pager component already has a style prop, this just exposes it to the end user **Motivation** I have a use case where part of the custom tab bar needed to...

first pull request

This PR corrects the style of the "TabView" root component when used with the "react-native-web" package in web applications. code example before ![image](https://user-images.githubusercontent.com/46069436/130455340-81c9cb2f-7184-41cc-9482-89db1ff6878a.png) after ![image](https://user-images.githubusercontent.com/46069436/130453584-12274a85-2ca2-4f36-a3aa-85f77909c100.png) ![image](https://user-images.githubusercontent.com/46069436/130454382-1b6b718b-51d1-47ce-954d-6ae45bf8b581.png) ![image](https://user-images.githubusercontent.com/46069436/130454231-95a974ca-6557-4c16-b17a-05d2afb6b210.png)

first pull request

### Current behaviour If you have a TextInput in all your tabs, the AndroidManifest property `android:windowSoftInputMode="stateAlwaysHidden|adjustPan"` only work for first tab and soft keyboard pushes screen up to see Input...

bug

**Motivation** I'd like to add more strength to my typings while using the lib. I don't want to make mistakes while using tab names. **Test plan** This is a non...

first pull request

### Current behaviour After the v2 update, the passing of a `position` ref no longer works. This would be useful for animating other components according to the pager view position...

feature request

### Current behavior Whenever I swipe to a different tab, the labels for the screen I swipe from and to show a pressed animation. https://user-images.githubusercontent.com/22476835/127987544-228ce074-af74-4f26-bf12-f9889cf01888.MP4 I tried playing around with...

bug
repro provided
platform:android
platform:ios

Seems like there is a prop pressColor for android_ripple.color, however android_ripple.bordeless seems hard-coded. Would it be possible to pass this setting as a prop as well?

feature request

### Current behaviour My jest test that was working fine before started failing with ``` FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory...

bug
testing