20 06 月 2017 React Native 系列【四】打包 SymAppDemoToChttps://hacpai.com/article/1496906863683https://hacpai.com/article/1497002998658https://hacpai.com/article/1497406003289https://hacpai.com/article/1497235254333Android 步骤 1 生成签名秘钥 keytool-genk
14 06 月 2017 React Native 系列【三】代码校验 (eslint) SymAppDemoToChttps://hacpai.com/article/1496906863683https://hacpai.com/article/1497002998658https://hacpai.com/article/1497235254333 添加依赖"devDependencies":{"babel-eslint":"^7.2.3","eslint":"^4.0.0","es
12 06 月 2017 React Native 系列【异常】 每每小伙伴出现类似问题,总是想不起来怎么解决的。开个贴记录下吧....JavaScriptMobx+ListView 无法显示当使用 mobx 的 observable 注解变量做为 ListView 的 DataSource 时,变量需要 slice()@observablecategoryList=[];@computedgetcategoryDs(){constds=newListView.DataSource(
10 06 月 2017 React Native 系列【二】目录结构及依赖 DemoToChttps://hacpai.com/article/1496906863683 目录结构根据自己的喜好分了下 SymApp|-__test__||-android||-app|||-actions//数据处理 |||-components//组件 |||-config//配置 |||-images//图片 |||-screens//屏幕视图 |||-services//服务 |||-stores//
15 04 月 2015 React 入门实例教程 现在最热门的前端框架,毫无疑问是 React。上周,基于 React 的 ReactNative 发布,结果一天之内,就获得了 5000 颗星,受瞩目程度可见一斑。React 起源于 Facebook 的内部项目,因为该公司对市场上所有 JavaScriptMVC 框架,都不满意,就决定自己写一套,用来架设 Instagram 的网站。做出来以后,发现这套东西很好用,就在 2013 年 5 月开源了。由于 React 的设计思想极其独特,