react-native-paper-tabs
react-native-paper-tabs copied to clipboard
Smooth and fast cross platform Material Design Tabs for React Native Paper
hello, i have 3 tab and have 1 tab disabled, but i still can swipe to the disabled tab, how to disable swipe only for disabled tab? Thanks
### Current behaviour I get the typescript error below when I switch tabs that have icons: TypeError: this._icon.setNativeProps is not a function (it is undefined) ### Expected behaviour I didn't...
Hello, I have added a badgeStyle props as commented in the issue https://github.com/web-ridge/react-native-paper-tabs/issues/67 I wanted to include all the badgeProps in this props as in the example : `badgeProps={mybadgeProps}` but...
### Ask your Question I'm utilising the package to add tabs to a signup screen in my app. My app has a different styling to what the package is using...
On some smaller Android devices, the leading space is a bit large, taking up around 20% of the screen.  Currently, we're hiding the leading space and giving horizontal padding...
### Current behaviour it shows error ERROR TypeError: this._icon.setNativeProps is not a function (it is undefined), js engine: hermes ### How to reproduce? installing and adding the component will reproduce...
### Current behaviour Tabs are not showing icons after migrating `react-native-vector-icons` to the newer version `@react-native-vector-icons/material-design-icons` especially since the newer version of `react-native-paper` use it ### Expected behaviour It should...
Is there a way to changing the style of the tab if it is active? Designer wants it to look like a folder tab
Added the option for providing a custom tab header component. It can be provided for the entire tab group, or just to a specific tab. ```typescript {/* All `TabScreen`s will...
Is your feature request related to a problem? Please describe. Currently, the badge does not automatically use the theme color props. Describe the solution you'd like I’d like the badge...