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

WebView issue in react-native version 0.60.5 #80

Open
ewu-tarun opened this issue Aug 19, 2019 · 9 comments
Open

WebView issue in react-native version 0.60.5 #80

ewu-tarun opened this issue Aug 19, 2019 · 9 comments

Comments

@ewu-tarun
Copy link

In react-native 0.60.5, it shows build error.

Error: Webview has been removed from react-native

@yijinc
Copy link

yijinc commented Aug 22, 2019

me too

@SnehalAgrawal
Copy link

+1

@SnehalAgrawal
Copy link

Duplicate of #75

@mmoonn2
Copy link

mmoonn2 commented Aug 26, 2019

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

@auguszou
Copy link

+1

@maximus123123
Copy link

moamen-naanou added a commit to moamen-naanou/react-native-qrcode that referenced this issue Sep 29, 2019
@SnehalAgrawal
Copy link

SnehalAgrawal commented Dec 6, 2019

@brunubarbosa
Copy link

+1
any updates?

@anchengjian
Copy link

THIS PROJECT IS NO LONGER MAINTAINED

So Welcome to use react-native-qrcode2

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