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

Plug and play react-native keyboard spacer view.

Results 38 react-native-keyboard-spacer issues
Sort by recently updated
recently updated
newest added

I've found that closing a modal cause keyboard to open and then immediately hide, which causes multiple calls of resetKeyboardSpace function, and this causes an error: Warning: Overriding previous layout...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. It is related to version 0.68...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

ViewPropTypes is depreciated from react-native-web v12.0 upwards, this PR fixes it.

When using the keyboard spacer it will push the textinput up an additional amount (additional amount = height of the tab bar) for both ios and android. Works great if...

Please change line 42 from: `style: ViewPropTypes.style` into: `style: Platform.OS === 'web' ? PropTypes.any : ViewPropTypes.style` Otherwise there will be a error as follow when displaying on `web`: ``` KeyBoardSpacer.js:42...

Keyboard overlaps Text Input multine once you start typing.

One of my components changes state in order to render an InputText, the state change handler has set `LayoutAnimation.configureNext` to animate this state transition. It seems like this is being...

There are Android models that have the so-called monobrow, on all these models "keyboard-spacer" does not work correctly. keyboard on top of input