-
Notifications
You must be signed in to change notification settings - Fork 100
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
Perfomance when wrap bottom bar with Stack.Navigator #56
Comments
Yes i am also facing issue while using nesting navigation.when clicking tab icons so much delay to navigate |
hi @ducpt-bili , @arun-saleth , |
I will share my code here <CurvedBottomBar.Navigator const RenderTabBar = ({ routeName, selectedTab, navigate }) => { const _renderIcon = (routeName, selectedTab) => {
}; My nesting navigation structure:
|
@hoaphantn7604 when I expect this? .too much lagging |
@hoaphantn7604 I tried memo.Its woking perfectly.Thank you for your Suggestions |
Hi @arun-saleth Can you share with me where to handle useMemo? |
@hoaphantn7604 @arun-saleth |
Do you mean wrap usememo to cover the entire bottom bar? |
The bottom tab is so lagging when i combine Curved Bottom Bar and Stack navigator. The layer is like this:
Thank you.
The text was updated successfully, but these errors were encountered: