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

### 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...

first pull request

### 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....

bug
testing

### Current behavior ![image](https://user-images.githubusercontent.com/12247340/147183721-bf6404ad-3c22-4d99-95ad-add269acd3e4.png) 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: ![image](https://user-images.githubusercontent.com/12247340/147186564-f412c91c-2a36-4491-8a2e-eb66e6994381.png)...

bug
repro provided
platform:android
platform:ios

### Current behavior Provided Props typings are marked as required next methods: ``` getLabelText: (scene: Scene) => string | undefined; getAccessible: (scene: Scene) => boolean | undefined; getAccessibilityLabel: (scene: Scene)...

bug
repro provided
platform:web
platform:android
platform:ios
platform:macos
platform:windows

### 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. ###...

bug
react-native-pager-view

### 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...

bug
repro provided
platform:web
platform:android
platform:ios

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]...

dependencies

### 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...

bug
repro provided
platform: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

feature request

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=follow-redirects&package-manager=npm_and_yarn&previous-version=1.14.7&new-version=1.14.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

dependencies