We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efe886 commit 4d7bd5eCopy full SHA for 4d7bd5e
components/ModalDropdown.js
@@ -13,7 +13,6 @@ import {
13
Dimensions,
14
View,
15
Text,
16
- ListView,
17
TouchableWithoutFeedback,
18
TouchableNativeFeedback,
19
TouchableOpacity,
@@ -22,6 +21,8 @@ import {
22
21
ActivityIndicator,
23
} from 'react-native';
24
+import { ListView } from 'deprecated-react-native-listview';
25
+
26
import PropTypes from 'prop-types';
27
28
const TOUCHABLE_ELEMENTS = [
package.json
@@ -29,6 +29,7 @@
29
"url": "https://github.com/sohobloo/react-native-modal-dropdown.git"
30
},
31
"dependencies": {
32
+ "deprecated-react-native-listview": "0.0.5",
33
"prop-types": "^15.6.0"
34
35
"scripts": {
0 commit comments