Questions tagged [react-native-scrollable-tab-view]
7 questions
2
votes
0 answers
Tabs data not showing in the Android but works fine in IOS?
import ScrollableTabView from 'react-native-scrollable-tab-view';

Rover
- 661
- 2
- 18
- 39
2
votes
1 answer
React native Tab View congested when number of tab is increase
I am using react-native-tab-view for display tab on the top of the screen. Screen view looks congested in case of number of screen is going to increase (more than 5)
Below is my code snippet
export default class CustomTabViewComponent extends…

Dhiral Kaniya
- 1,941
- 1
- 19
- 32
1
vote
1 answer
React native Top Tap bar scrollable to specific section in a list?
If the user is scrolling down to Dinner option in the scroll view, then the DINNER icon should get highlighted in the tab. Similarly if the user clicks on Breakfast, it should automatically make the scroll view to move to that breakfast section.…

Nizami
- 227
- 1
- 5
- 15
0
votes
2 answers
How to initialPage on ScrollableTabView android?
I'm using ScrollableTabView for scrollable tab, in iOS I am able to set initiate page. But in android it not working

HendyCrcs
- 111
- 11
0
votes
1 answer
Got problem when switching between tabs using react-native-scrollable-tab-view
I am using ScrollableTabView and I got a problem when switching between tabs. In my app, I have 3 tabs view: All, Popular, Menu. When I am in the All tab, i can see the Menu tab in the All tab.
here is the problem
this is my HomeScreen.js :
import…

alex_cheung
- 3
- 3
0
votes
2 answers
react-native-scrollable-tab-view Android issue #999
I'm having the same issue as the one described at https://github.com/ptomasroos/react-native-scrollable-tab-view/issues/999
I tried to apply the possible fix suggested there but with no avail.

Vincent
- 745
- 10
- 21
0
votes
1 answer
react-native-scrollable-tab-view can't click icon and didn't show content
I copy the facebookBar Examle (FacebookExample.js and FacebookTabBar.js) into my project and I got the result like this
I can't click the icons and it did't show content. When I run the original project,it comes out correct like this
EDIT

Pan
- 2,101
- 3
- 13
- 17