KeyboardAvoidingView doesn't work with ex-navigation

My KeyboardAvoidingView seems to stop working after I start using ex-navigation.
The content just doesn’t get pushed up when a keyboard is open.

Can someone confirm if that’s the case or it’s not related to ex-navigation?
Any workarounds?

Found a walkaround - manually push the view up instead of using KeyboardAvoidingView.

See here: Avoiding the Keyboard in React Native | by Gant Laborde | Red Shift

3 Likes