diff --git a/package.json b/package.json index e5675f8..024f51c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "jest-util": "24.9.0", "react": "16.8.6", "react-native": "0.60.6", - "react-native-svg": "9.13.3" + "react-native-svg": "https://github.com/Debens/react-native-svg" }, "devDependencies": { "@babel/core": "7.6.4", @@ -49,7 +49,7 @@ }, "ios.sim.release": { "binaryPath": "ios/build/Build/Products/Release-iphonesimulator/ReactNativeSvgE2E.app", - "build": "set -o pipefail && export CODE_SIGNING_REQUIRED=NO && xcodebuild -workspace ios/ReactNativeSvgE2E.xcworkspace -scheme ReactNativeSvgE2E -configuration Release -destination 'platform=iOS Simulator,OS=11.4,name=iPhone X' -derivedDataPath ios/build", + "build": "set -o pipefail && export CODE_SIGNING_REQUIRED=NO && xcodebuild -workspace ios/ReactNativeSvgE2E.xcworkspace -scheme ReactNativeSvgE2E -configuration Release -destination 'platform=iOS Simulator,OS=11.4,name=iPhone X' -derivedDataPath ios/build | xcpretty", "type": "ios.simulator", "name": "iPhone X" }, diff --git a/yarn.lock b/yarn.lock index 23ea6e4..4d55b83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5646,10 +5646,9 @@ react-is@^16.8.6: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.11.0.tgz#b85dfecd48ad1ce469ff558a882ca8e8313928fa" integrity sha512-gbBVYR2p8mnriqAwWx9LbuUrShnAuSCNnuPGyc7GJrMVQtPDAh8iLpv7FRuMPFb56KkaVZIYSz1PrjI9q0QPCw== -react-native-svg@9.13.3: +"react-native-svg@https://github.com/Debens/react-native-svg": version "9.13.3" - resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-9.13.3.tgz#6414b337d55af169ac2487ab70f3108404434446" - integrity sha512-H50b2m4jvrQ7KxKs8uYSuWecr6e5XC7BDfS7DaA96+0Owjh0C9DksI5l8SRyHnmE+emiYMPu6Qqfr9dCyKkaJQ== + resolved "https://github.com/Debens/react-native-svg#43385c59cfe38f5494448e69ee5476f6780e86af" dependencies: css-select "^2.0.2" css-tree "^1.0.0-alpha.37"