摘要: import React from 'react' import ReactDOM from 'react-dom/client' import { Provider } from 'react-redux' import { HashRouter } from 'react-router-dom' 阅读全文
posted @ 2023-08-15 17:39 徐同保 阅读(18) 评论(0) 推荐(0) 编辑
摘要: chatgpt: https://chat.xutongbao.top/ /* 监听rn消息 */ const eventListener = nativeEvent => { //解析数据actionType、extra const {actionType, extra} = nativeEven 阅读全文
posted @ 2023-08-15 17:35 徐同保 阅读(27) 评论(0) 推荐(0) 编辑
摘要: rn登录后得到的token需要传递给网页,js获取到的浏览器信息需要传递给rn RN Index.js: import React from 'react' import { WebView } from 'react-native-webview' import useList from './u 阅读全文
posted @ 2023-08-15 14:05 徐同保 阅读(25) 评论(0) 推荐(0) 编辑