iway1 / react-native-keyboard-avoider

MIT License
43 stars 2 forks source link

Wrong example for KeyboardAvoiderInsets #6

Open frozencap opened 1 year ago

frozencap commented 1 year ago

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 1 year ago

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 😄