1、 [RawText "/*" must be wrapped in an explicit <Text> component]
提示的錯誤信息是:文本“/*” 必須寫在<Text>內(http://blog.csdn.net/myuantao3286286/article/details/52900377)
2、Expected a component class,got[object Object]
引用的組件首字母應該大寫 小寫就會造成錯誤 Expected a component class,got[object Object]
http://blog.csdn.net/haoranli/article/details/69951430
3、解決react native使用fetch函數在ios9報network request failed的問題(http://blog.csdn.net/liyijun4114/article/details/51792179)。
4、react native:Expected a component class,got [Object Object ]
解決辦法是將小寫的component換成大寫開頭的。
http://blog.csdn.net/u014041033/article/details/52838396。