react-native-keyboard-aware-scroll-view
react-native-keyboard-aware-scroll-view copied to clipboard
Fix #<WeakSet> could not be cloned error with RN 0.64+
Fixes https://github.com/APSL/react-native-keyboard-aware-scroll-view/issues/481 Also referenced here https://github.com/facebook/react-native/issues/31413
Babel somehow does not like async functions having params with default values. Downgrading Babel did not work for me, but removing the default param did.
Tested with RN 0.66.4.
please merge