用React Native写个app,有什么UI框架推荐一下?
微信的weui: https://github.com/weui/weui
谷歌的material-design-lite:https://github.com/google/material-design-lite
好么?
微信的weui: https://github.com/weui/weui
谷歌的material-design-lite:https://github.com/google/material-design-lite
好么?
首先 React Native并没有实现CSS, 只是提供了部分样式
-
View Properties
-
Image Properties
-
Text Properties
-
Flex Properties
-
Transform Properties
具体参考ReactNative的文档
所以你所说的CSS框架 在ReactNative上并不适用.
至于推荐的UI框架 比如react-native-material-kit, 或者自行github搜索