React Native 学习

姜鸿畴
2023-12-01
  1. doc
    http://nativebase.io/docs/v0.5.13/components#card

  2. kit

https://github.com/start-react/native-starter-kit

  1. 图标

https://github.com/oblador/react-native-vector-icons

  1. 画图

https://github.com/hongyin163/react-native-chart-android

  1. React和Redux的连接react-redux

http://www.jianshu.com/p/94c988cf11f3

  1. TabBar的构建
    http://blog.csdn.net/yuanguozhengjust/article/details/50553525

  2. 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的问题。

 类似资料: