Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generated qr code but it is not qr code , it is like earthwarm #96

Closed
pipecivil opened this issue Mar 6, 2020 · 7 comments
Closed

generated qr code but it is not qr code , it is like earthwarm #96

pipecivil opened this issue Mar 6, 2020 · 7 comments

Comments

@pipecivil
Copy link

what is problem
스크린샷 2020-03-06 오전 9 17 59

I using this packages
"react-native-camera-kit": "^8.0.4",

"react-native-qrcode-svg": "^6.0.3",

"react-native-svg": "^12.0.2",
@leandrosoaresdesouza
Copy link

I'm getting the same problem

@aeam88
Copy link

aeam88 commented Mar 6, 2020

Same problem with this versions:
"react-native-qrcode-svg": "^6.0.3",
"react-native-svg": "^12.0.2",

Some fix please

@jhen0409
Copy link

jhen0409 commented Mar 7, 2020

It woks fine with [email protected]. We need to find out what happened after upgrading rn-svg to v12.

Note that the issue is only on Android to me.

/cc @awesomejerry

@jhen0409
Copy link

jhen0409 commented Mar 9, 2020

I confirmed the issue have been fixed by [email protected]. (software-mansion/react-native-svg@df4ff9c)

@fermdotnet
Copy link

fermdotnet commented Mar 12, 2020

Confirmed. This version fix the bug.
Apparently, the lines of the QR are rounded using the last version of the react-native-svg

If you get this error:
bundling failed: Error: Unable to resolve module ./elements/NativeComponents from node_modules/react-native-svg/src/ReactNativeSVG.ts
After downgrading the version of react-native-svg.

Follow this comment software-mansion/react-native-svg#1165 (comment)

I confirmed the issue have been fixed by [email protected]. (react-native-community/react-native-svg@df4ff9c)

@mathritter
Copy link

Confirmed. This version fix the bug.
Apparently, the lines of the QR are rounded using the last version of the react-native-svg

If you get this error:
bundling failed: Error: Unable to resolve module ./elements/NativeComponents from node_modules/react-native-svg/src/ReactNativeSVG.ts
After downgrading the version of react-native-svg.

Follow this comment react-native-community/react-native-svg#1165 (comment)

I confirmed the issue have been fixed by [email protected]. (react-native-community/react-native-svg@df4ff9c)

How to do that with expo?

@QuantJames
Copy link

QuantJames commented Apr 16, 2020

I had this issue in Android (but not iOS) after upgrading from Expo SDK 33 to 37 (and therefore RN from 0.59 to 0.61). I fixed it by downgrading react-native-svg to 11.0.1.

Confirmed. This version fix the bug.
Apparently, the lines of the QR are rounded using the last version of the react-native-svg
If you get this error:
bundling failed: Error: Unable to resolve module ./elements/NativeComponents from node_modules/react-native-svg/src/ReactNativeSVG.ts
After downgrading the version of react-native-svg.
Follow this comment react-native-community/react-native-svg#1165 (comment)

I confirmed the issue have been fixed by [email protected]. (react-native-community/react-native-svg@df4ff9c)

How to do that with expo?

in your package.json replace react-native-svg dependency row with “react-native-svg”: “^11.0.1", then run yarn install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants