1 Star 0 Fork 80

NRing / 中药图片拍照识别系统-APP端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.js 405 Bytes
一键复制 编辑 原始数据 按行查看 历史
小浩 提交于 2020-02-16 13:58 . 优化UI
/**
* Sample React Native App
* https://github.com/facebook/react-native
*
* @format
* @flow
*/
import React from 'react';
import AppNavigator from './src/router';
import {Provider} from '@ant-design/react-native';
const App: () => React$Node = () => {
return (
<>
<Provider>
<AppNavigator/>
</Provider>
</>
);
};
export default App;
JavaScript
1
https://gitee.com/zn353010922/chinese-medicine-identification.git
git@gitee.com:zn353010922/chinese-medicine-identification.git
zn353010922
chinese-medicine-identification
中药图片拍照识别系统-APP端
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891