Skip to content

Android blank screen still happening with custom Tabbar #287

@hamdij0maa

Description

@hamdij0maa

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 Tabbar

Steps to reproduce

  1. Update to latest 0.8.5
  2. add a custom TabBar
  3. 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',
      }}>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions