Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android blank screen still happening with custom Tabbar #287

Open
3 tasks done
hamdij0maa opened this issue Feb 6, 2025 · 2 comments
Open
3 tasks done

Android blank screen still happening with custom Tabbar #287

hamdij0maa opened this issue Feb 6, 2025 · 2 comments
Labels

Comments

@hamdij0maa
Copy link

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',
      }}>
@hamdij0maa hamdij0maa added the bug Something isn't working label Feb 6, 2025
@okwasniewski
Copy link
Collaborator

Hey @hamdij0maa

Can you include the custom tab bar in the reproduction (or at least part of it)?

AFAIK it's happening only with the custom tab bar now, right? Before it was both

@ChronoByteCosmonaut
Copy link

ChronoByteCosmonaut commented Feb 12, 2025

I have a ScrollView as direct child on the initial screen but my scrolling is blocked until I navigate to another tab and then go back again, then it works. (Only on Android and with Custom TabBar)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants