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

### Current behavior This is an issue that, as far as i can see, is only occurring on Android. In the situation where you have 2 (or more) tabs that...

bug
repro provided
platform:android

### Current behavior https://user-images.githubusercontent.com/19638136/127634197-e403ef42-77d3-43b2-9011-60c8b368b503.mov If you return a null in renderTabBar and then later start returning the tab bar component again it renders with the wrong tab selected ### Expected...

bug
repro provided
platform:ios

### Current behavior we have 2 rerendering issues on the basic example: 1. on initial render, Main Tab Component renders twice, the on every tab all other tabs ![Screen Shot...

bug
repro provided
platform:android
platform:ios

### Current behavior So when I first enter a screen that has a tab view, there is a weird white bar at the bottom of the tab screen. Refer to...

bug
repro provided
platform:android
platform:ios

### Current behavior The FirstRoute is rendered 3 or 5 times on initial mount. Why so many? Just add a console.log in FirstRoute render method. Possible this issue exists only...

bug
repro provided
platform:ios

### Current behavior ![KeyboardNotShowing](https://user-images.githubusercontent.com/32250775/129495723-dc1b3406-ccf8-4f79-b66d-6cef2521c5d0.gif) After upgrading from v2.15.2 -> x3.1.1 TextInput box in iOS automatically dismisses the keyboard when focused. (Clicking in the TextInput box shows the keyboard only momentarily,...

bug
repro provided
platform:ios

### Current behavior Border radius of indicator is not respected when tabStyle width is set to auto. Works okay when not using tab width auto. ### Expected behavior Should be...

bug
repro provided
platform:android
platform:ios

### Current behavior React Navigation's navigation swipe gestures are not being recognized inside the `TabView` scene content, but they are being properly recognized inside the `TabBar` itself. Because of this,...

bug
repro provided
platform:ios

I love using your library and I think this feature would be a great addition! I'm currently using the library with tabs that adjust to the size of the text...

feature request

### Current behavior I can't navigate to any tab when pressing on them in RTL ### Expected behavior I can navigate to any tab when pressing on them in RTL...

bug
repro provided
platform:android
platform:ios