1 Star 1 Fork 3

borl / react-native-mall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.js 363 Bytes
一键复制 编辑 原始数据 按行查看 历史
pengzhenjin 提交于 2020-08-01 12:05 . first commit
/**
* @description: 商城入口
* @author: pengzhenjin
* @date: 2020/7/31
*/
import React from 'react';
import { NavigationContainer } from '@react-navigation/native';
import AppRoute from './src/AppRoute';
const App = () => {
return (
<NavigationContainer>
<AppRoute />
</NavigationContainer>
);
};
export default App;
1
https://gitee.com/borl/react-native-mall.git
git@gitee.com:borl/react-native-mall.git
borl
react-native-mall
react-native-mall
master

搜索帮助