03 2017 档案
摘要:React Native从入门到放弃之坑总结
阅读全文
摘要:官网 https://facebook.github.io/react-native/ 中文网站 http://reactnative.cn/ 相关文档 http://www.lcode.org/史上最详细windows版本搭建安装react-native环境配置/ React Native的简单介
阅读全文
摘要:2、输入框布局 3、悬挂式布局 4、圣杯布局 小屏幕时
阅读全文
摘要:相信很多人都使用过export、export default、import,然而它们到底有什么区别呢? 在JavaScript ES6中,export与export default均可用于导出常量、函数、文件、模块等,你可以在其它文件或模块中通过import+(常量 | 函数 | 文件 | 模块)名
阅读全文