Commit 4981cf97 authored by Tankred Hase's avatar Tankred Hase

Add react-native-v8 npm dependency

parent b2b6bc99
......@@ -5603,6 +5603,14 @@
"unimodules-task-manager-interface": "~3.0.0"
}
},
"react-native-v8": {
"version": "0.59.10-patch.1",
"resolved": "https://registry.npmjs.org/react-native-v8/-/react-native-v8-0.59.10-patch.1.tgz",
"integrity": "sha512-8+VZKoxT/z4Sh+eqzEvinuVdA+IGIDU5IWnlU01EtgodIxpPqCVT7Z4cZtMfd+pVZZ90R/v3mHsXN13yLJXPNQ==",
"requires": {
"v8-android": "^7.5.1"
}
},
"react-navigation": {
"version": "3.11.1",
"resolved": "https://registry.npmjs.org/react-navigation/-/react-navigation-3.11.1.tgz",
......@@ -7048,6 +7056,11 @@
"resolved": "https://registry.npmjs.org/uuid-js/-/uuid-js-0.7.5.tgz",
"integrity": "sha1-bIhtAqU9LUDc8l2RoXC0p7JblNA="
},
"v8-android": {
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/v8-android/-/v8-android-7.5.1.tgz",
"integrity": "sha512-FFte/j4T8UtrEd6IB8hGFZS40+kTvgoSa/+krCTBbRPij18mez2CPGyfOa+sJdCSxuXGEj7g7pzOBdtqgzdqow=="
},
"validate-npm-package-license": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
......
......@@ -28,6 +28,7 @@
"react-native-share": "^1.2.1",
"react-native-svg": "^9.6.2",
"react-native-unimodules": "^0.5.4",
"react-native-v8": "^0.59.10-patch.1",
"react-navigation": "^3.11.1"
},
"devDependencies": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment