bluejoyq

add module in package.json for pull request !1

...@@ -5815,6 +5815,14 @@ ...@@ -5815,6 +5815,14 @@
5815 "prop-types": "^15.6.0" 5815 "prop-types": "^15.6.0"
5816 } 5816 }
5817 }, 5817 },
5818 + "react-native-swiper": {
5819 + "version": "1.5.14",
5820 + "resolved": "https://registry.npmjs.org/react-native-swiper/-/react-native-swiper-1.5.14.tgz",
5821 + "integrity": "sha512-Kn0fxKooN7Shwu1qJYHB+Y8ssXXnvrIwReHXU5jCdyYNfz2QbBv0Cv3sa2Mqzr+XgzORCFFIokc8uCCUITDrVA==",
5822 + "requires": {
5823 + "prop-types": "^15.5.10"
5824 + }
5825 + },
5818 "react-native-tab-view": { 5826 "react-native-tab-view": {
5819 "version": "2.10.0", 5827 "version": "2.10.0",
5820 "resolved": "https://registry.npmjs.org/react-native-tab-view/-/react-native-tab-view-2.10.0.tgz", 5828 "resolved": "https://registry.npmjs.org/react-native-tab-view/-/react-native-tab-view-2.10.0.tgz",
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
13 "expo": "^35.0.0", 13 "expo": "^35.0.0",
14 "expo-permissions": "~7.0.0", 14 "expo-permissions": "~7.0.0",
15 "expo-speech": "~7.0.0", 15 "expo-speech": "~7.0.0",
16 + "expo-sqlite": "~7.0.0",
16 "path": "^0.12.7", 17 "path": "^0.12.7",
17 "react": "16.8.3", 18 "react": "16.8.3",
18 "react-dom": "16.8.3", 19 "react-dom": "16.8.3",
...@@ -23,6 +24,7 @@ ...@@ -23,6 +24,7 @@
23 "react-native-reanimated": "^1.4.0", 24 "react-native-reanimated": "^1.4.0",
24 "react-native-svg": "^9.13.3", 25 "react-native-svg": "^9.13.3",
25 "react-native-svg-charts": "^5.3.0", 26 "react-native-svg-charts": "^5.3.0",
27 + "react-native-swiper": "^1.5.14",
26 "react-native-voice": "^0.3.0", 28 "react-native-voice": "^0.3.0",
27 "react-native-web": "^0.11.7", 29 "react-native-web": "^0.11.7",
28 "react-navigation": "^4.0.10", 30 "react-navigation": "^4.0.10",
...@@ -31,8 +33,7 @@ ...@@ -31,8 +33,7 @@
31 "react-redux": "^7.1.3", 33 "react-redux": "^7.1.3",
32 "react-thunk": "^1.0.0", 34 "react-thunk": "^1.0.0",
33 "redux": "^4.0.4", 35 "redux": "^4.0.4",
34 - "redux-thunk": "^2.3.0", 36 + "redux-thunk": "^2.3.0"
35 - "expo-sqlite": "~7.0.0"
36 }, 37 },
37 "devDependencies": { 38 "devDependencies": {
38 "babel-preset-expo": "^7.1.0", 39 "babel-preset-expo": "^7.1.0",
......