1 Star 0 Fork 29

LERFO / MApp

forked from java110 / MApp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.js 720 Bytes
一键复制 编辑 原始数据 按行查看 历史
wuxw7 提交于 2018-08-30 21:50 . 微小区商家版APP源码导入
/**
* Sample React Native App
* https://github.com/facebook/react-native
* @flow
*/
import React, { Component } from 'react';
import {
Platform,
StyleSheet,
Text,
View
} from 'react-native';
import RootStack from "./app/Route"
const instructions = Platform.select({
ios: 'Press Cmd+R to reload,\n' +
'Cmd+D or shake for dev menu',
android: 'Double tap R on your keyboard to reload,\n' +
'Shake or press menu button for dev menu',
});
export default class App extends Component {
render() {
return <RootStack />;
}
/*//第二种写法
render() {
return (
<View style={{flex: 1}}>
<RootStack/>
</View>
)
}*/
}
NodeJS
1
https://gitee.com/lerfo/MApp.git
git@gitee.com:lerfo/MApp.git
lerfo
MApp
MApp
master

搜索帮助