Skip to content
New issue

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

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

Already on GitHub? # to your account

在iOS上,二维码不显示 #63

Closed
zhuxx2021 opened this issue Jul 24, 2018 · 1 comment
Closed

在iOS上,二维码不显示 #63

zhuxx2021 opened this issue Jul 24, 2018 · 1 comment

Comments

@zhuxx2021
Copy link

"react": "16.4.1",
"react-native": "0.56.0",
"react-native-camera": "^1.1.4",
"react-native-keyboard-aware-scroll-view": "^0.6.0",
"react-native-qr-scanner": "^1.2.4",
"react-native-qrcode": "^0.2.6",
"react-navigation": "^2.7.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0"

<QRCode value={“QRCodeQRCodeQRCodeQRCodeQRCode”} size={128} bgColor='#000' fgColor='#fff'/>

image

@zhuxx2021
Copy link
Author

zhuxx2021 commented Jul 24, 2018

in "lib/Canvas.js"
<WebView
...
originWhitelist={['*']}
...
/>

add => originWhitelist={['*']} , it works!

thanks facebook/react-native#19986

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

No branches or pull requests

1 participant