DEV Community

Discussion on: How to fix KeyboardAvoidingView in React Native?

Collapse
 
rodakd profile image
Dawid Rodak

If you're using React Navigation 5 you can use useHeaderHeight hook from @react-navigation/stack.

Collapse
 
chakrihacker profile image
Subramanya Chakravarthy

Yes, thanks for the suggestion