摘要:
注:默认值如何设置 http://www.tuicool.com/articles/uMfYv2q 阅读全文
摘要:
React Native class 后面的命名首字母需要大写 否则会报Expeted a component class,got [object Object]. 阅读全文
摘要:
问题描述: 我在使用props时候, 我的写法是这样的 ... <View> <Person name='john' age=32 gender=true></Person> </View> ... class Person Extension Component{ render(){ <View> 阅读全文