APSL / react-native-keyboard-aware-scroll-view

A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
MIT License
5.27k stars 646 forks source link

Fix #429 for broken react-native 0.63.0. Detect Forwarding Refs #442

Closed codler closed 4 years ago

codler commented 4 years ago

Fix for react native 0.63.0. They changed ScrollView to Forwarding Ref which caused configOrComp detection to fail https://github.com/facebook/react-native/commit/d2f314af75b63443db23e131aaf93c2d064e4f44

codler commented 4 years ago

I have forked the repo to fix this issue.


npm i @codler/react-native-keyboard-aware-scroll-view
walterholohan commented 4 years ago

Great stuff @codler. Hopefully, a maintainer will merge the PR soon. In the meantime, I am using your forked repo.

naishe commented 4 years ago

Works for me React Native 0.63.2 🎉