react-native-qrcode icon indicating copy to clipboard operation
react-native-qrcode copied to clipboard

WebView issue in react-native version 0.60.5

Open ewu-tarun opened this issue 6 years ago • 9 comments

In react-native 0.60.5, it shows build error.

Error: Webview has been removed from react-native

ewu-tarun avatar Aug 19 '19 06:08 ewu-tarun

me too

yijinc avatar Aug 22 '19 09:08 yijinc

+1

SnehalAgrawal avatar Aug 23 '19 20:08 SnehalAgrawal

Duplicate of #75

SnehalAgrawal avatar Aug 24 '19 19:08 SnehalAgrawal

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');

mmoonn2 avatar Aug 26 '19 02:08 mmoonn2

+1

augus-zz avatar Aug 27 '19 13:08 augus-zz

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

maximus123123 avatar Sep 03 '19 10:09 maximus123123

+1 any updates?

brunubarbosa avatar Feb 25 '20 05:02 brunubarbosa

THIS PROJECT IS NO LONGER MAINTAINED

So Welcome to use react-native-qrcode2

anchengjian avatar Apr 28 '20 07:04 anchengjian