react-native-keyboard-avoider icon indicating copy to clipboard operation
react-native-keyboard-avoider copied to clipboard

KeyboardAvoiderInsets extraSpace prop should default to 0 instead of 20

Open soemarko opened this issue 2 years ago • 1 comments

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.

soemarko avatar Jun 15 '23 06:06 soemarko