You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When you set showArrows={false} in the KeyboardToolbar component, you would expect the arrows to be completely removed from the UI. However, while the arrows themselves disappear, their container wrapper remains visible, leaving an empty space with the background color still showing on the left side of the custom toolbar.
Implement the KeyboardToolbar with showArrows={false}
Run the app on a device or simulator
Open the keyboard to see the toolbar
Notice the empty space on the left side where arrows would normally be
Expected behavior
When setting showArrows={false}, the entire arrow section (including its container) should be removed from the layout, with no empty space remaining.
Smartphone (please complete the following information):
Device: iPhone 13
OS: IOS 18.3.1
RN version: 0.76.7
expo version: 52.0.35
RN architecture: new
Library version: 1.16.0
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
When you set showArrows={false} in the KeyboardToolbar component, you would expect the arrows to be completely removed from the UI. However, while the arrows themselves disappear, their container wrapper remains visible, leaving an empty space with the background color still showing on the left side of the custom toolbar.
Code snippet
Repo for reproducing
https://github.com/spaansba/Toaster
using it in components/messenger/MessengerWrapper
To Reproduce
Expected behavior
When setting showArrows={false}, the entire arrow section (including its container) should be removed from the layout, with no empty space remaining.
Smartphone (please complete the following information):
Screenshots

The text was updated successfully, but these errors were encountered: