1 Star 0 Fork 0

zhou83655/react-native-web-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
App.jsx 372 Bytes
一键复制 编辑 原始数据 按行查看 历史
周一波 提交于 2023-12-20 17:43 +08:00 . 初始化项目
/**
*基础页面
*/
import React from 'react'
// import { NativeRouter, Route, Routes, Link } from 'react-router-native'
import Container from './src/Container';
import { Provider } from 'react-redux'
import store from './src/store/index'
function App() {
return (
<Provider store={store}>
<Container />
</Provider>
)
}
export default App;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhou83655/react-native-web-template.git
git@gitee.com:zhou83655/react-native-web-template.git
zhou83655
react-native-web-template
react-native-web-template
master

搜索帮助