react-native-keyboard-avoider
react-native-keyboard-avoider copied to clipboard
KeyboardAvoiderInsets extraSpace prop should default to 0 instead of 20
https://github.com/iway1/react-native-keyboard-avoider/blob/3d446aaf150bb8cbcd7366b9620acd52fec69de0/package/src/components/common-props.ts#LL22C5-L22C19 this line.
The semantics "extra space" should be additional spacing. Took me awhile to debug why there are a huge gap between the text input and the keyboard.