We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc6b85 commit 650d879Copy full SHA for 650d879
lib/react-native-multi-select.js
@@ -6,9 +6,9 @@ import {
6
TouchableWithoutFeedback,
7
TouchableOpacity,
8
FlatList,
9
- UIManager,
10
- ViewPropTypes
+ UIManager
11
} from 'react-native';
+import {ViewPropTypes} from 'deprecated-react-native-prop-types';
12
import PropTypes from 'prop-types';
13
import reject from 'lodash/reject';
14
import find from 'lodash/find';
package.json
@@ -59,6 +59,7 @@
59
"lodash": ">4.17.00",
60
"react": ">16.6.0",
61
"react-native": ">0.57.0",
62
- "react-native-vector-icons": ">6.0.0"
+ "react-native-vector-icons": ">6.0.0",
63
+ "deprecated-react-native-prop-types": ">2.0.0"
64
}
65
0 commit comments