6 Star 16 Fork 3

WeBank / wt-console

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.android.js 367 Bytes
一键复制 编辑 原始数据 按行查看 历史
erichua23 提交于 2018-10-09 17:31 . 简化结构
/**
* Sample React Native App
* https://github.com/facebook/react-native
* @flow
*/
import React, { Component } from 'react'
import {
AppRegistry
} from 'react-native'
import Entry from './AppEntry'
export default class example extends Component {
render () {
return (
<Entry />
)
}
}
AppRegistry.registerComponent('example', () => example)
JavaScript
1
https://gitee.com/WeBank/wt-console.git
git@gitee.com:WeBank/wt-console.git
WeBank
wt-console
wt-console
master

搜索帮助