iway1/react-native-keyboard-avoider

Wrong example for KeyboardAvoiderInsets

Opened this issue · 1 comments

https://github.com/iway1/react-native-keyboard-avoider#3-keyboardavoiderinsets

shows examples for KeyboardAvoiderScrollView. Could we get an example for this?

Also baffled at the absence of hype around this lib, it has legit nuked 90% of my KeyboardAvoidingView platform inconsistencies and entirely simplified the implementation

Thanks a million for open sourcing this and if I may ask, please maintain it! 😄

iway1 commented

Thanks for pointing this out! Glad you're enjoying it.

Planning on maintaining it, but right now I don't really have anything to add to it just because it's working in all my use cases so far.

Probably no hype because I've literally never posted it anywhere lol. I tend to use it in all my projects just because it actually just works out of the box where as others just randomly break for no appaerant reason. React Native is at it's best when you only have to think about one code base and stuff works the same across platform with the same JS 😄