【问题标题】:How to implement WebView in QR Code Generator using react native?如何使用 React Native 在 QR 码生成器中实现 WebView?
【发布时间】:2019-10-22 06:25:35
【问题描述】:

[不变违规:WebView 已从 react-native 中删除。][1]

  [1]: https://i.stack.imgur.com/ce7T9.png, https://snack.expo.io/@aboutreact/generation-of-qr-code-in-react-native?session_id=snack-session-ESXWizmjL

【问题讨论】:

标签: react-native react-native-webview


【解决方案1】:

WebView 已从 React Native Core 中删除。您应该安装该软件包才能使用它。

npm install --save react-native-webview

对于IOS,需要做的

cd ios && pod install

使用喜欢

import { WebView } from 'react-native-webview';

更多详情见 PackageGetting Started Guide

【讨论】:

  • 我已经安装了 Webview 包但是我不知道如何在我的程序中实现 webview。我的程序不包含任何 webview 代码.. 我将只提供我的代码,以便您查看它...snack.expo.io/@aboutreact/…
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2021-06-27
  • 1970-01-01
  • 1970-01-01
  • 2022-08-09
  • 2011-11-23
  • 1970-01-01
相关资源
最近更新 更多