-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
Description
Before submitting a new issue
- I tested using the latest version of the library, as the bug might be already fixed.
- I tested using a supported version of react native.
- I checked for possible duplicate issues, with possible answers.
Bug summary
Android blank screen still happening with custom Tabbar
Library version
0.8.5
Environment info
Android blank screen still happening with custom TabbarSteps to reproduce
- Update to latest 0.8.5
- add a custom TabBar
- Blank first route screen
Reproducible sample code
<Tab.Navigator
hapticFeedbackEnabled
labeled
rippleColor="#322d49"
tabBar={TabBar}
tabBarStyle={{
backgroundColor: getColor('dark', 'tabBarColor'),
}}
disablePageAnimations={true}
ignoresTopSafeArea
translucent={true}
backBehavior="none"
tabBarActiveTintColor={'#FDE072'}
scrollEdgeAppearance="opaque"
initialRouteName="Home"
tabBarInactiveTintColor={'#ACC2CA'}
activeIndicatorColor={'#322d49'}
screenOptions={{
lazy: true,
tabBarActiveTintColor: '#FDE072',
}}>