react-native-paper-tabs
react-native-paper-tabs copied to clipboard
Smooth and fast cross platform Material Design Tabs for React Native Paper
After changing screens with material-bottom-tabs, the (top) tabs stop working. Demonstration: https://user-images.githubusercontent.com/76027477/107749238-342dda00-6d55-11eb-91ba-b0801ad45fd0.mp4 I am using version 0.3.0 with Expo, please let me know if you need more details. Any help...
Any possiblity to change color individually for each label tab ? Currently i managed to change only active tab color by adding `theme={{ colors: { primary: 'green' } }}` to...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
### Current behaviour my application runs fine when tested in expo go but when ever i build it including the Tabs component it fails to load the page with that...
### Ask your Question Hello, i replicated the docs code to setup the tabs in my project, i discovered TabsProvider was rendered in the component, but was not imported. Thereby...
**Is your feature request related to a problem? Please describe.** By default the tabs badge color is red. I would like to be able to update the properties of the...
### Current behaviour The line that indicates the selected tab is misaligned with the tab itself depending on the zoom level and the size of the screen. ### Expected behaviour...
### Bug RTL Swipe Not Working ### Preview ### My Environment | software | version | --------------------- | ------- | android | emulator | react-native | 0.72.4 | react-native-paper |...
### Ask your Question This is how i am reneitng tabs , ``` ``` I am able to change the Text colour. However I could not find any prop to...