Gustash / react-native-image-keyboard

React Native TextInput expansion to enable media input.
MIT License
147 stars 14 forks source link

Removed upper bound on react and react-native peerDependencies #42

Closed MichaelDanielTom closed 9 months ago

MichaelDanielTom commented 1 year ago

Dependency resolution fails to resolve with react >= 18.1.0, which is the default for react-native >= 0.70.0. react-native-image-keyboard still works with these, and will likely continue to work for new versions of react and react-native, so imo removing the upper bounds makes sense to avoid having to update the peer dependencies of this library with every update of react and react-native.

akashkola commented 9 months ago

@MichaelDanielTom Hello, can I know why the PR is still unmerged even after approval?

akashkola commented 9 months ago

Thank you @Gustash 🫡

Gustash commented 9 months ago

Thank you @Gustash 🫡

Thank you for reminding me 😅 I had completely forgotten

akashkola commented 9 months ago

Thank you for reminding me 😅

No problem, actually I'm trying to use it in react native gifted chat and it's like 18.x not compatible.