react-native-tab-view
react-native-tab-view copied to clipboard
A cross-platform Tab View component for React Native
### Current behavior when routes array changes, the indicator and label state in the tab bar get out of sync with the scene being rendered. it looks like the tab...
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**...
### Current behaviour Example: Tab1 - Tab2 - Tab3 Active tab: tab1 Target tab: tab3 When i want to go to "tab 3" by click it is rendering tab2 on...
**Motivation** When swipeEnabled is true, sometimes on **iOS** the app does or doesn't want to allow for **overscrolling** after reaching **the very end or very beginning of pages**. `overdrag` is...
### Current behavior iOS: TextInput hides behind Keyboard  Android: Need to click twice on textInput ### Expected behavior iOS: TextInput should be scrolled when Keyboard is open Android: TextInput...
### Current behaviour  tabs jump over each other, If you tap not on adjacent ones ### Expected behaviour tabs should not jump over each other ### Code sample ```...
### Current behaviour If the Text component returned by `renderLabel` when `focused` is `false` is smaller (in width) than the Text returned when `focused` is `true`, then the Text component...
### Current behavior When i upgraded pager view to `"react-native-pager-view": "^6.0.0-rc.0"`, I'm getting below error. Currently, you using this method. ```js import ViewPager from 'react-native-pager-view'; const AnimatedViewPager = Animated.createAnimatedComponent(ViewPager); ```...
### Current behavior On iOS works great, Android complete crash! ### Expected behavior Expecting Android to work as iOS ### Reproduction https://snack.expo.dev/@arboxapps/test-tab-view ### Platform - [X] Android - [ ]...
### Current behavior When I switched tab using swipe, or tab button, the content is (Flatlist) not shown until scrolled vertically. demo video : watch since 20s. issue occurs randomly...