2016年12月30日
摘要: 注:默认值如何设置 http://www.tuicool.com/articles/uMfYv2q 阅读全文
posted @ 2016-12-30 16:35 码农时刻 阅读(98) 评论(0) 推荐(0) 编辑
摘要: React Native class 后面的命名首字母需要大写 否则会报Expeted a component class,got [object Object]. 阅读全文
posted @ 2016-12-30 15:52 码农时刻 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 问题描述: 我在使用props时候, 我的写法是这样的 ... <View> <Person name='john' age=32 gender=true></Person> </View> ... class Person Extension Component{ render(){ <View> 阅读全文
posted @ 2016-12-30 15:23 码农时刻 阅读(354) 评论(0) 推荐(0) 编辑