Is Android 10 (and below) supported by useAnimatedKeyboard? #4070
Unanswered
DmitriyGalyanov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Subscribed values (keyboard height and keyboard state) update on Android 11+ and iOS, but not on Android 10 and below
Am I doing something wrong (tried both
useAnimatedKeyboard
andNativeReanimated.subscribeForKeyboardEvents
directly (example below)) or are Android 10 and below do not provide required API and thus are not supported?I’m not sure if an example is required here, but I have these (irrelevant for examples code is omitted):
keyboardStateStore
(which is used as a Singleton) values are then used inside worklets and work as expected on Android 11+ and iOS but not on Android 10 and belowBeta Was this translation helpful? Give feedback.
All reactions