react-native-tab-view
react-native-tab-view copied to clipboard
A cross-platform Tab View component for React Native
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**...
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"...
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...
This PR corrects the style of the "TabView" root component when used with the "react-native-web" package in web applications. code example before  after   
### 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...
**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...
### 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...
### 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...
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?
### 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...