react-native-avoid-softinput icon indicating copy to clipboard operation
react-native-avoid-softinput copied to clipboard

How to fix input being blocked by the sticky footer?

Open danielchan303 opened this issue 10 months ago • 1 comments

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?

danielchan303 avatar Jan 23 '25 09:01 danielchan303

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

mateusz1913 avatar Jan 23 '25 15:01 mateusz1913