iway1 / react-native-keyboard-avoider

MIT License
47 stars 3 forks source link

Update dependencies #8

Open matuskropuch opened 1 year ago

matuskropuch commented 1 year ago

Hello I tried installing this library but since it is dependant on old version of React (currently 17), I cannot install it into my React 18 project. Do you think it would be possible to update?

mhazizk commented 1 year ago

Hi, I'm also experiencing the same issue, have you been able to install it in react 18?

matuskropuch commented 1 year ago

@mhazizk No I didn't manage to find a solution so I implemented it using standard KeyboarAvoidingVIew. Which of course has it's quirks. I'm planning to rewrite it using useAnimatedKeyboard from reanimated, so maybe you can try and use that too :)

mhazizk commented 1 year ago

omg, i never know that reanimated has useAnimatedKeyboard hook. Thanks for the info, I'll try it out

yezzer commented 1 year ago

@iway1 any plans to update this?