react-native-tab-view
react-native-tab-view copied to clipboard
A cross-platform Tab View component for React Native
### Motivation The goal is to support spacing between tabs ( see #1020 ) - It is roughly doable with some customizations (thanks to `renderTabBarItem` and `renderIndicator` methods) but it...
### Current behaviour I want to test interactions on my different TabView scenes, e.g. click on a selectable Card and press a next Button to navigate to the next scene....
### Current behavior  I made this by adding `marginHorizontal: 16` to `tabBarContentContainerStyle` and `tabBarIndicatorContainerStyle` But when i swipe to the right, the tab bar did not show completely: ...
### Current behavior Provided Props typings are marked as required next methods: ``` getLabelText: (scene: Scene) => string | undefined; getAccessible: (scene: Scene) => boolean | undefined; getAccessibilityLabel: (scene: Scene)...
### Current behaviour Incorrect behavior of the FlatList's `RefreshControl` element while using the `FlatList` inside of the `TabView`. The `RefreshControl` element firstly hides immediately and then appears second time. ###...
### Current behavior My view consists in two tabs, each with text input. The purpose is to search the values in each tab independently. For this, Search Button turns blue...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.4 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
### Current behavior After upgrading from ^2.15.0 to ^3.1.1, TextInput on iOS loses focus immediately after pressing. It works fine on Android. With the ^2.15.0 it worked fine on iOS...
How can I turn off font scaling, is it affected by accessibility settings. I use packages: - "react-native": "0.63.3", - "react-native-tab-view": "^3.0.1" - "react-native-pager-view": "^5.1.3", Tks
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...