react-native-avoid-softinput
react-native-avoid-softinput copied to clipboard
How to fix input being blocked by the sticky footer?
Feature request
I use the useSoftInputHeightChanged setting paddingBottom to the sticky footer, and the footer do pop up correctly when the keyboard shows up, but my input inside scrollview is being blocked by the footer.
I wish the scrollview scroll to the target input without being blocked by the footer, how?
Hey @danielchan303 could you post the repro code snippet? It's impossible to advise sth if I don't know the structure of layout in your use case