react-native-qrcode-svg
react-native-qrcode-svg copied to clipboard
remove '/css' to logoSVG index.native.js
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch [email protected] 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.