react-native-keyboard-aware-scroll-view icon indicating copy to clipboard operation
react-native-keyboard-aware-scroll-view copied to clipboard

Fix #<WeakSet> could not be cloned error with RN 0.64+

Open dlajarretie opened this issue 3 years ago • 1 comments

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.

dlajarretie avatar Jan 12 '22 14:01 dlajarretie

please merge

felri avatar Feb 21 '22 16:02 felri