Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
aliyun-rn-mobi-sdk
Advanced tools
`aliyun-rn-mobi-sdk` 是一个用于 React Native 的 WebView 组件封装,支持与 Web 内容进行交互。
aliyun-rn-mobi-sdk
是一个用于 React Native 的 WebView 组件封装,支持与 Web 内容进行交互。
npm install aliyun-rn-mobi-sdk
import React from 'react';
import { MobiCopilotWebView } from 'aliyun-rn-mobi-sdk';
const MyApp = () => (
<MobiCopilotWebView
handlerNavigateTo={(routerKey, params) => console.log('Navigate to:', routerKey, params)}
hanlderMobiErrorWithCode={(code, message) => console.error('Error:', code, message)}
source={{ uri: 'https://mobi-runtime-url.com' }}
accessToken=""
style={{ flex: 1 }}
/>
);
export default MyApp;
属性名 | 类型 | 说明 |
---|---|---|
handlerNavigateTo | (routerKey: string, params?: Record<string, any>) => void | 处理导航请求。 |
hanlderMobiErrorWithCode | (code: MobiErrorCode, message: string) => void | 处理错误信息。 |
handlerMobiNavigateErrorWithRouterKey | (routerKey: string, code: MobiErrorCode, message: string) => void | 处理导航错误。 |
accessToken | string | 传递身份验证令牌,开发环境无需传递 |
...others | WebViewProps | 其他 WebView 属性。 |
FAQs
`aliyun-rn-mobi-sdk` 是一个用于 React Native 的 WebView 组件封装,支持与 Web 内容进行交互。
The npm package aliyun-rn-mobi-sdk receives a total of 1 weekly downloads. As such, aliyun-rn-mobi-sdk popularity was classified as not popular.
We found that aliyun-rn-mobi-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.