-
Notifications
You must be signed in to change notification settings - Fork 225
Open
Description
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch react-native-qrcode-svg@6.3.15 for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/react-native-qrcode-svg/src/LogoSVG/index.native.js b/node_modules/react-native-qrcode-svg/src/LogoSVG/index.native.js
index 6c5b14a..e720b51 100644
--- a/node_modules/react-native-qrcode-svg/src/LogoSVG/index.native.js
+++ b/node_modules/react-native-qrcode-svg/src/LogoSVG/index.native.js
@@ -1,6 +1,5 @@
import React from "react";
-import { LocalSvg } from "react-native-svg/css";
-import { SvgUri, SvgXml } from "react-native-svg";
+import { LocalSvg, SvgUri, SvgXml } from "react-native-svg";
import { isString, isUrlString } from "../utils";
const LogoSVG = ({ svg, logoSize, logoColor }) => {This issue body was partially generated by patch-package.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels