Keyboard Tracking View for Expo Managed Workflow?

I would like to be able to add an Input bar attached to the bottom of a screen. When the user tries to dismiss the keyboard, I want it to move “interactively” with it like in most popular chat applications. I can get halfway there by putting
"keyboardDismissMode=“interactive”, but I need a library like the one below so that it moves with the keyboard.

https://wix.github.io/react-native-ui-lib/docs/KeyboardTrackingView/

Is this possible to do in 38 or 39 Managed Workflow? I tried installing both that library and the older, deprecated standalone version and could not make it work without linking libraries (which we can’t do in managed workflow I believe).

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.