keyboardHeight in UnistylesRuntime
#185
Closed
bryanprimus
started this conversation in
Feature Requests
Replies: 2 comments
-
Hey! 👋 UnistylesRuntime is not capable of sending events, you wouldn't get updates, just a current value at the time you read it. With that in mind I don't see any benefit of exposing it. React Native hook can do that. You can also use hook from Reanimated to perform some animations. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I recommend https://kirillzyusko.github.io/react-native-keyboard-controller/ and its hooks (has keyboardWillShow for iOS and Android). |
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
-
currently i'm using this custom hook to get keyboardHeight
it would be nice if we can access this directly inside
UnistylesRuntime
like this
or
Beta Was this translation helpful? Give feedback.
All reactions