# tempMonitingApp **Repository Path**: zealpane/tempMonitingApp ## Basic Information - **Project Name**: tempMonitingApp - **Description**: 温度监控系统的App端 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2017-11-07 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tempMonitingApp 温度监控系统的App端 ## 开发 ```bash # clone the projice git clone https://gitee.com/zealpane/tempMonitingApp.git # install dependency npm install # develop 运行 react-native run-ios 或 react-native run-android ``` ## 发布 ```bash # 构建测试环境 npm run build:sit # 构建生成环境 npm run build:prod ``` ## 相关技术介绍 技术 | 用途 | 链接 ---|---|--- react native | 基础框架 | https://reactnative.cn/docs/0.51/getting-started.html React Navigation | 导航 | https://reactnavigation.org/docs/intro/ JPush React Native Plugin | 推送 | https://github.com/jpush/jpush-react-native antd mobile | 组件库 | https://mobile.ant.design/docs/react/introduce-cn ## 常见问题 如果提示package server未启动之类的问题,那么运行 ``` react-native start ``` ## Changelog Detailed changes for each release are documented in the [release notes](https://gitee.com/zealpane/tempMonitingApp/blob/master/doc/changeLog.md).