cssivision / react-native-qrcode

a minimalist qrcode component for react-native
MIT License
853 stars 303 forks source link

WebView issue in react-native version 0.60.5 #80

Open ewu-tarun opened 5 years ago

ewu-tarun commented 5 years ago

In react-native 0.60.5, it shows build error.

Error: Webview has been removed from react-native

yijinc commented 5 years ago

me too

SnehalAgrawal commented 5 years ago

+1

SnehalAgrawal commented 5 years ago

Duplicate of #75

mmoonn2 commented 5 years ago

Edit node_modules/react-native-qrcode/lib/Canvas.js

var {
    View,
    WebView,
    Platform
} = require('react-native');

To

import { WebView } from "react-native-webview";
var {
    View,
    // WebView,
    Platform
} = require('react-native');
augus-zz commented 5 years ago

+1

maximus123123 commented 5 years ago

https://www.npmjs.com/package/react-native-qrcode-svg

SnehalAgrawal commented 4 years ago

Updated Generation of QR Code in React Native to react-native-qrcode-svg

brunubarbosa commented 4 years ago

+1 any updates?

anchengjian commented 4 years ago

THIS PROJECT IS NO LONGER MAINTAINED

So Welcome to use react-native-qrcode2