https://github.com/start-react/native-starter-kit
https://github.com/oblador/react-native-vector-icons
https://github.com/hongyin163/react-native-chart-android
http://www.jianshu.com/p/94c988cf11f3
TabBar的构建
http://blog.csdn.net/yuanguozhengjust/article/details/50553525
undefined is not an object (evaluating ‘SplashScreen.hide’)
https://github.com/remobile/react-native-splashscreen/issues/28
Mar 13 16:11:28 yishiyaonie qfq[56074] <Error>: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. Check the render method of `MainPage`.
Mar 13 16:11:28 yishiyaonie qfq[56074] <Critical>: Unhandled JS Exception: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. Check the render method of `MainPage`.
报错是因为export 和import的问题。