Open AlbertoMeQ opened 2 years ago
Hi! π
Firstly, thanks for your work on this project! π
Today I used patch-package to patch react-native-keyboard-spacer@0.4.1 for the project I'm working on.
react-native-keyboard-spacer@0.4.1
Here is the diff that solved my problem:
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 } from 'react-native'; +import { ViewPropTypes } from 'deprecated-react-native-prop-types'; const styles = StyleSheet.create({ container: {
This issue body was partially generated by patch-package.
Hi! π
Firstly, thanks for your work on this project! π
Today I used patch-package to patch
react-native-keyboard-spacer@0.4.1
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.