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

bottom component is not displayed in android with version 8.0.0 #433

Open
Bhoomi-tgs opened this issue Jul 18, 2024 · 1 comment
Open

bottom component is not displayed in android with version 8.0.0 #433

Bhoomi-tgs opened this issue Jul 18, 2024 · 1 comment
Labels
question Further information is requested

Comments

@Bhoomi-tgs
Copy link

I have updated package version 6.2.1 to 8.0.0, in that i facing issue with bottom component not displaying in android. In iOS it's working properly.

android:

Untitled design (1)

iOS:

Screenshot 2024-07-18 at 2 34 24 PM (1)

code example:

<ScrollView
scrollEnabled={false}
keyboardShouldPersistTaps={'always'}
contentContainerStyle={{ flexGrow: 1, }}>
<Tabs.Container
ref={tabContainerRef}
initialTabName={initialTabName}
pagerProps={{ keyboardDismissMode: "on-drag" }}
renderHeader={renderHeader}
headerContainerStyle={styles.headerContainerStyle}
renderTabBar={renderTabBar}
>
{routes.length !== 0 && routes.map((item, index) => (
<Tabs.Tab key={index} name={item.key}>
<Tabs.ScrollView
ref={scrollRef}
bounces={false}
keyboardShouldPersistTaps={'always'}
showsVerticalScrollIndicator={false}
>
{item.component}
</Tabs.ScrollView>
{(item.key == "Key") ?
<CommentView
// my bottom component
/> : null
}
</Tabs.Tab>
))}
</Tabs.Container>

Can any one please suggest here?

@Bhoomi-tgs Bhoomi-tgs added the question Further information is requested label Jul 18, 2024
@Bhoomi-tgs
Copy link
Author

Hello, Is there any update for above issue?

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

No branches or pull requests

1 participant