Update react-native-share

This commit is contained in:
Julia Friesel
2018-12-01 12:43:14 +01:00
parent 2e3c9e98a0
commit f1684a8701
2 changed files with 9 additions and 5 deletions
+3 -3
View File
@@ -6646,9 +6646,9 @@
"integrity": "sha512-/7TdL3pHM7H0Cut6U6SK1jd6fVYvLlQq0O4inJ7j4YD0w9BtAAFqLkLnBDOA0jL4oLw/89yR8HhLOzNFGvVsfw=="
},
"react-native-share": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/react-native-share/-/react-native-share-1.1.0.tgz",
"integrity": "sha512-uQXo+HzZGUo9VlfgfWwGa9vLrY9OBQOFAsxhH/e3GWAlCxrGGjXNu/La+aJzMJdhoHzzn1+NRWDp1LWvlxJHew=="
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/react-native-share/-/react-native-share-1.1.3.tgz",
"integrity": "sha512-vKAJqgkEt7HjsF0HUwgom+E0FbmFNVZNncHwby1+O8/mXlKugh+Ym6rvv+A2ASHmD5TXKohJMYT2+jYofzPORA=="
},
"react-native-vector-icons": {
"version": "5.0.0",
+6 -2
View File
@@ -34,7 +34,7 @@
"react-native-modal-datetime-picker-nevo": "^4.11.0",
"react-native-push-notification": "^3.1.1",
"react-native-restart": "0.0.7",
"react-native-share": "^1.1.0",
"react-native-share": "^1.1.3",
"react-native-vector-icons": "^5.0.0",
"realm": "^2.7.1"
},
@@ -68,5 +68,9 @@
"url": "https://gitlab.com/bloodyhealth/drip/issues"
},
"homepage": "https://gitlab.com/bloodyhealth/drip#README",
"rnpm": { "assets": [ "assets/fonts" ] }
"rnpm": {
"assets": [
"assets/fonts"
]
}
}