Skip to content

tabBarHideOnKeyboard Not Working and Bottom Bar Goes Up with Keyboard #78

Open
@sandesh-wadal

Description

@sandesh-wadal

Hello,

I am experiencing an issue with the CurvedBottomBar.Navigator where the tabBarHideOnKeyboard screen option is not functioning as expected. Specifically, when the keyboard appears, the bottom bar is not hiding as it should. Instead, the bottom bar goes up along with the keyboard.

Steps to Reproduce:
Set up a CurvedBottomBar.Navigator with tabBarHideOnKeyboard enabled in the screenOptions.
Implement a screen where the keyboard is triggered (e.g., a text input field).
Observe that when the keyboard appears, the bottom bar does not hide, and instead, it moves up with the keyboard.

Expected Behavior:
The bottom bar should hide when the keyboard is visible, as specified by the tabBarHideOnKeyboard option.

Actual Behavior:
The bottom bar moves up with the keyboard, not hiding as expected.

tried adding this in Navigator as well as in screen

<CurvedBottomBar.Navigator
    screenOptions={{
      headerShown: false,
      unmountOnBlur: true,
      tabBarHideOnKeyboard:true
    }}
    
    
     <CurvedBottomBar.Screen
    options={{
      tabBarHideOnKeyboard:true
    }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions