mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 23:28:56 +03:00
17 lines
702 B
Diff
17 lines
702 B
Diff
diff --git a/node_modules/@esteemapp/react-native-autocomplete-input/index.js b/node_modules/@esteemapp/react-native-autocomplete-input/index.js
|
|
index bba35c7..4d134a6 100644
|
|
--- a/node_modules/@esteemapp/react-native-autocomplete-input/index.js
|
|
+++ b/node_modules/@esteemapp/react-native-autocomplete-input/index.js
|
|
@@ -7,9 +7,10 @@ import {
|
|
Text,
|
|
TextInput,
|
|
View,
|
|
- ViewPropTypes as RNViewPropTypes
|
|
} from 'react-native';
|
|
|
|
+import { ViewPropTypes as RNViewPropTypes } from 'deprecated-react-native-prop-types';
|
|
+
|
|
// Keep this line for downwards compatibility with RN.
|
|
// eslint-disable-next-line react/forbid-foreign-prop-types
|
|
const ViewPropTypes = RNViewPropTypes || View.propTypes;
|