1 Star 3 Fork 1

猫骑士 / HealthManager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.js 627 Bytes
一键复制 编辑 原始数据 按行查看 历史
猫骑士 提交于 2020-08-22 11:16 . update project
/*
* @Description: file content
* @Version: 1.0
* @Author: LiangHui
* @Date: 2018-08-15 09:25:41
* @LastEditors: LiangHui
* @LastEditTime: 2020-08-22 00:10:29
* @FilePath: /HealthManager/index.js
*/
/** @format */
import {AppRegistry} from 'react-native';
import {name as appName} from './App.json';
import RootApp from './rootRedux'
console.ignoredYellowBox = ['Warning: BackAndroid is deprecated. Please use BackHandler instead.','source.uri should not be an empty string','Invalid props.style key'];
console.disableYellowBox = true // 关闭全部黄色警告
AppRegistry.registerComponent(appName, () => RootApp);
JavaScript
1
https://gitee.com/catknight2016/HealthManager.git
git@gitee.com:catknight2016/HealthManager.git
catknight2016
HealthManager
HealthManager
master

搜索帮助