Replies: 2 comments 2 replies
-
@fjuric can you try to specify |
Beta Was this translation helpful? Give feedback.
-
@kirillzyusko First of all, thank you for the quick response. P.S. That white area is supposed to be gray, but ever since I added statusBarTranslucent, I’ve been seeing what’s shown in the screenshot. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I wrap my app with the keyboard provider, I notice a strange padding/margin at the bottom of each screen, regardless of whether I'm using anything from the package on that screen or not. I should mention that I'm also using react-native-safe-area-context, specifically the useSafeAreaInsets() hook, which ensures that content stays within the allowed top and bottom boundaries. I don’t experience any issues on iOS devices, and this problem doesn't even occur on all Android devices. I notice it on certain Android devices—especially those with a navigation bar at the bottom—where there’s extra space between the navigation bar and the content above it. Unfortunately, I can’t reproduce this effect using Android emulators; it's only visible on those specific Android devices I'm testing on. It’s also worth mentioning that I’m using KeyboardAwareScrollView with a bottomOffset, in case that helps someone further identify the issue.
Platform: Android (no issue on iOS)
Expo SDK: ~52.0.46
React Native version: 0.76.9
react-native-keyboard-controller: ^1.17.2
Beta Was this translation helpful? Give feedback.
All reactions