我可以添加材料设计组件来响应本机项目吗?

时间:2019-04-12 14:10:30

标签: react-native material-design

有什么办法可以添加材料设计组件来响应本机项目?

我没有找到如何在react-native项目上安装它。

Material Design

1 个答案:

答案 0 :(得分:0)

是的,您可以将材料设计组件添加到react native中。有一些可用的库为android和ios中的材料设计组件提供了跨平台兼容性。

请检查这些链接

https://github.com/xotahal/react-native-material-ui

https://medium.com/@victorvarghese/super-cool-material-ui-components-in-react-native-dd7c4434bc26

https://github.com/invertase/react-native-material-design

https://github.com/madhavanmalolan/awesome-reactnative-ui

!!如果您想使用特定的本机材料设计组件,但该库目前尚不可用,那么您需要在android和ios中编写本机模块代码,并将这些代码桥接到react本地!!