semantic-release-bot 4d8a76f369 chore(release): 10.9.2 [skip ci] | před 4 roky | |
---|---|---|
.circleci | před 4 roky | |
.github | před 4 roky | |
.vscode | před 5 roky | |
__tests__ | před 4 roky | |
android | před 4 roky | |
apple | před 4 roky | |
bin | před 4 roky | |
docs | před 4 roky | |
example | před 4 roky | |
ios/RNCWebView.xcodeproj | před 4 roky | |
jest-setups | před 4 roky | |
macos/RNCWebView.xcodeproj | před 4 roky | |
src | před 4 roky | |
windows | před 4 roky | |
.all-contributorsrc | před 5 roky | |
.eslintignore | před 5 roky | |
.eslintrc.js | před 5 roky | |
.flowconfig | před 6 roky | |
.flowconfig.android | před 6 roky | |
.gitattributes | před 4 roky | |
.gitignore | před 4 roky | |
.prettierrc.js | před 5 roky | |
.releaserc | před 6 roky | |
LICENSE | před 6 roky | |
README.md | před 4 roky | |
babel.config.js | před 4 roky | |
index.d.ts | před 4 roky | |
index.js | před 5 roky | |
jest.config.js | před 5 roky | |
metro.config.js | před 4 roky | |
metro.config.macos.js | před 4 roky | |
metro.config.windows.js | před 4 roky | |
package.json | před 4 roky | |
react-native-webview.podspec | před 4 roky | |
react-native.config.js | před 4 roky | |
tsconfig.json | před 5 roky | |
yarn.lock | před 4 roky |
React Native WebView is a modern, well-supported, and cross-platform WebView for React Native. It is intended to be a replacement for the built-in WebView (which will be removed from core).
This project is maintained for free by these people using both their free time and their company work time.
Note: Expo support for React Native WebView started with Expo SDK v33.0.0.
Read our Getting Started Guide. If any step seems unclear, please create a detailed issue.
This project follows semantic versioning. We do not hesitate to release breaking changes but they will be in a major version.
Breaking History:
Current Version:
android/gradle.properties
. See Getting Started Guide.Upcoming:
Import the WebView
component from react-native-webview
and use it like so:
import React, { Component } from 'react';
import { StyleSheet, Text, View } from 'react-native';
import { WebView } from 'react-native-webview';
// ...
class MyWebComponent extends Component {
render() {
return <WebView source={{ uri: 'https://reactnative.dev/' }} />;
}
}
For more, read the API Reference and Guide. If you’re interested in contributing, check out the Contributing Guide.
Invariant Violation: Native component for "RNCWebView does not exist"
it likely means you forgot to run react-native link
or there was some error with the linking processSee Contributing.md
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
MIT
This readme is available in: