1 Star 0 Fork 2

moonshine/gtcashapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.js 492 Bytes
一键复制 编辑 原始数据 按行查看 历史
DestinyJun 提交于 2020-04-11 22:40 . 操作日志:
/**
* @format
*/
import {AppRegistry} from 'react-native';
import c_styles from './app/styles/c_styles'; // 该全局文件的倒入只需一次,且需要在其他文件声明之前
import App from './App';
// import App from './app/App0';
// import App from './app/views/bases/ConTextExm';
import {name as appName} from './app.json';
// 查看调试请求
GLOBAL.XMLHttpRequest = GLOBAL.originalXMLHttpRequest || GLOBAL.XMLHttpRequest;
AppRegistry.registerComponent(appName, () => App);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/moonshinean/gtcashapp.git
git@gitee.com:moonshinean/gtcashapp.git
moonshinean
gtcashapp
gtcashapp
master

搜索帮助