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

Issue with Bottom Tab Bar Delay in React Native Paper Example #4388

Open
VolodymyrDubnytskyi opened this issue Apr 27, 2024 · 0 comments
Open
Labels

Comments

@VolodymyrDubnytskyi
Copy link

Current behaviour

When using the createMaterialBottomTabNavigator example from the React Native Paper documentation, there is a noticeable delay in the bottom tab bar's appearance when focusing on a TextInput component. ONLY ANDROID

Expected behaviour

The bottom tab bar should remain unaffected by the TextInput component's focus and should appear immediately without any delay.

How to reproduce?

https://snack.expo.dev/@vova24_app/creatematerialbottomtabnavigator?platform=android
or just enter
https://snack.expo.dev/@react-native-paper/creatematerialbottomtabnavigator
Add a TextInput component to one of the screens.
Focus on the TextInput component by tapping on it multiple times.
Observe the delay in the appearance of the bottom tab bar.

Preview

You can observe the issue in action by accessing the following snack:
https://snack.expo.dev/@vova24_app/creatematerialbottomtabnavigator?platform=android

What have you tried so far?

Checked for error messages or warnings in the console - No errors were observed.
Tested the app on iOS, where it works fine.
Ensured that all libraries are up to date (versions provided in the environment section).

Your Environment

https://snack.expo.dev/@vova24_app/creatematerialbottomtabnavigator?platform=android
https://snack.expo.dev/@react-native-paper/creatematerialbottomtabnavigator

@VolodymyrDubnytskyi VolodymyrDubnytskyi changed the title MaterialBottomTabNavigator is broken on android Issue with Bottom Tab Bar Delay in React Native Paper Example Apr 27, 2024
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

1 participant