react-native-xg-push android 导入成功

This commit is contained in:
mx1700 2019-06-23 18:16:35 +08:00
parent 26acb2d3e7
commit 73ece99d4e
3 changed files with 9 additions and 9 deletions

View file

@ -106,7 +106,7 @@ android {
applicationId "com.timepill.diary" applicationId "com.timepill.diary"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
missingDimensionStrategy "RNN.reactNativeVersion", "~" missingDimensionStrategy "RNN.reactNativeVersion", "reactNative57_5"
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true

12
package-lock.json generated
View file

@ -10849,9 +10849,9 @@
} }
}, },
"react-native-device-info": { "react-native-device-info": {
"version": "1.8.0", "version": "1.6.1",
"resolved": "https://registry.npm.taobao.org/react-native-device-info/download/react-native-device-info-1.8.0.tgz", "resolved": "https://registry.npm.taobao.org/react-native-device-info/download/react-native-device-info-1.6.1.tgz",
"integrity": "sha1-mKfjrbTj03fuupx1G9oDstf52jU=" "integrity": "sha1-cXFx2a0c44NY6Pkq3iHUGnBH/AI="
}, },
"react-native-elements": { "react-native-elements": {
"version": "0.19.0", "version": "0.19.0",
@ -10865,9 +10865,9 @@
} }
}, },
"react-native-image-crop-picker": { "react-native-image-crop-picker": {
"version": "0.24.1", "version": "0.24.0",
"resolved": "https://registry.npm.taobao.org/react-native-image-crop-picker/download/react-native-image-crop-picker-0.24.1.tgz", "resolved": "https://registry.npm.taobao.org/react-native-image-crop-picker/download/react-native-image-crop-picker-0.24.0.tgz",
"integrity": "sha1-RAjiuyDjwILAGR4KzwyMeh6YBOo=" "integrity": "sha1-3xAVSPcpUb9m5WCIevc7EfMovdA="
}, },
"react-native-image-pan-zoom": { "react-native-image-pan-zoom": {
"version": "2.1.11", "version": "2.1.11",

View file

@ -14,9 +14,9 @@
"react-native": "0.59.5", "react-native": "0.59.5",
"react-native-actionsheet-api": "^1.0.4", "react-native-actionsheet-api": "^1.0.4",
"react-native-datepicker": "^1.7.2", "react-native-datepicker": "^1.7.2",
"react-native-device-info": "^1.8.0", "react-native-device-info": "^1.6.1",
"react-native-elements": "^0.19.0", "react-native-elements": "^0.19.0",
"react-native-image-crop-picker": "^0.24.1", "react-native-image-crop-picker": "^0.24.0",
"react-native-image-pan-zoom": "^2.1.11", "react-native-image-pan-zoom": "^2.1.11",
"react-native-image-progress": "^1.1.1", "react-native-image-progress": "^1.1.1",
"react-native-image-resizer": "^1.0.0", "react-native-image-resizer": "^1.0.0",