create-views-app
Advanced tools
Comparing version 23.2.0 to 23.3.0
@@ -125,2 +125,3 @@ let { existsSync, promises: fs } = require('fs') | ||
let installCommand = hasYarn(cwd) ? 'yarn' : 'npm install' | ||
// clear yarn.lock, it's causing issues with fsevents from time to time | ||
@@ -131,3 +132,3 @@ try { | ||
// install the dependencies | ||
await exec(hasYarn(cwd) ? 'yarn' : 'npm install') | ||
await exec(installCommand) | ||
// TODO handle errors when installing the dependencies | ||
@@ -205,2 +206,4 @@ | ||
) | ||
await exec('expo install react-native-svg') | ||
} | ||
@@ -207,0 +210,0 @@ |
{ | ||
"name": "create-views-app", | ||
"version": "23.2.0", | ||
"version": "23.3.0", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "bin": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14416
428