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
Hi there! We ran across this bug in our app recently and believe it may be an issue that's appeared with the package.
Describe the bug
The toolbar appears to be disreagarding KeyboardAvoidingView and rendering at the bottom of the screen with the keyboard on top of it so it is not visible. See screenshot.
Hi there! We ran across this bug in our app recently and believe it may be an issue that's appeared with the package.
Describe the bug
The toolbar appears to be disreagarding KeyboardAvoidingView and rendering at the bottom of the screen with the keyboard on top of it so it is not visible. See screenshot.
To Reproduce
Expo: 52.0.31
React Native: 0.76.7
Simulator: iPhone 16 Pro
OS: iOS 18.2
Minimum reproducible example: https://github.com/dlayton66/ToolbarBug
Expected behavior
KeyboardAvoidingView causes the Toolbar component to be rendered directly above the keyboard.
Screenshots
When the recommended KeyboardAvoidingView style.bottom prop is changed from
bottom: 0
tobottom: 400
, the toolbar appears like this:The text was updated successfully, but these errors were encountered: