Andr3wHur5t / react-native-keyboard-spacer

Plug and play react-native keyboard spacer view.
MIT License
1.56k stars 219 forks source link

Fixed ViewPropTypes are deprecated #85

Open RodolfoGS opened 1 year ago

RodolfoGS commented 1 year ago

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
 } from 'react-native';
+import { ViewPropTypes } from 'deprecated-react-native-prop-types';

 const styles = StyleSheet.create({
   container: {