
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
react-native-web-webview
Advanced tools
React Native for Web implementation of RN's WebView
$ npm install react-native-web-webview --save
Alias the package in your webpack config:
resolve: {
alias: {
'react-native': 'react-native-web',
...
'react-native-webview': 'react-native-web-webview',
}
}
Add the following rule to your webpack config:
const rule = {
test: /postMock.html$/,
use: {
loader: 'file-loader',
options: {
name: '[name].[ext]',
},
},
};
import { WebView } from 'react-native-webview';
See RN's doc.
Supported props are:
source
onMessage
scrollEnabled
injectedJavaScript
style
Additional, web-specific props are:
newWindow
: (boolean|{ name: string, features: string})
This will open the source in a new window, optionally giving it an internal name and custom features.
By default, the name is webview
and there are no features set.
This is useful when your target has X-Frame-Options or a no-CORS policy.
It currently only supports a source
prop with a method
set to POST
.
Please feel free to do a PR to support more request types!title
: (string) This prop will set the webview
title.See the storybook.
PRs are welcome!
FAQs
React Native for Web implementation of RN's WebView
The npm package react-native-web-webview receives a total of 17,891 weekly downloads. As such, react-native-web-webview popularity was classified as popular.
We found that react-native-web-webview demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.