react-native-keyboard-spacer
react-native-keyboard-spacer copied to clipboard
Plug and play react-native keyboard spacer view.
I appreciate your help to resolve the error of the library I am following the same implementation example.
I'm working on a standard for displaying version support on React-Native module README files. I would love your feedback: [react-native-version-support-table](https://github.com/dangnelson/react-native-version-support-table)
using this type of layout:- ```
I've been using this component for a couple months and noticed a strange issue. I have a navigator scene that allows keyboard input, and the spacer shows when the keyboard...
If content is larger than screen height, you should be allowed to scroll, or at least allow user to specify behaviour
Asad branch fork test push commit.
Fix https://github.com/Andr3wHur5t/react-native-keyboard-spacer/issues/82 Fix https://github.com/Andr3wHur5t/react-native-keyboard-spacer/issues/84 Patch: ``` diff --git a/node_modules/react-native-keyboard-spacer/KeyboardSpacer.js b/node_modules/react-native-keyboard-spacer/KeyboardSpacer.js index 14560d8..7ce3aca 100644 --- a/node_modules/react-native-keyboard-spacer/KeyboardSpacer.js +++ b/node_modules/react-native-keyboard-spacer/KeyboardSpacer.js @@ -8,10 +8,10 @@ import { LayoutAnimation, View, Dimensions, - ViewPropTypes, Platform, StyleSheet...
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...