useAnimatedKeyboard layout ERROR when device is iOS and has SafeAreaView #6154
LuisTejedaDev
started this conversation in
General
Replies: 2 comments
-
Hi! Could you please provide a code snippet? It is hard to help you without seeing how you implemented the logic. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When a device like the iPhone 15 Pro opens its keyboard and I make use of useAnimatedKeyboard to move my elements so that the keyboard does not cover them as for example a TextInput, this one presents a failure in the design since the space that occupies the inferior SafeAreaView is not considered by the useAnimatedKeyboard, reason why a completely empty space is left between my element and the keyboard.
On Android and devices that do not have this "SafeAreaView" feature there is no problem, but on new devices specifically on iOS they present it.
Beta Was this translation helpful? Give feedback.
All reactions