Closed anniewey closed 1 year ago
Solve by using tabBarButton
and tabBarItemStyle
to fix the button width
tabBarItemStyle: { width: deviceWidth / 4 },
tabBarButton: (props) => (
<TourGuideZone
zone={1}
text={'Hey there! Welcome~'}
shape='circle'
>
<TouchableOpacity {...props} />
</TourGuideZone>
Note: While facing the other issue on starting next tour after bottom tab tour done
I have a few tabs in my
BottomTabNavigator
and would like to highlight the tab as part of my walkthrough.