使用样式表在本机反应中的样式系统
我试图使反应本机中的样式表能够使用动态值,但我不知道如何声明它,我们可以更改反应本机样式表的样式名称吗?
I am trying to make stylesheet in react native able to use dynamic value, but i have no idea how to declare it, and can we change the styling name of react native style sheet?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过这种方式在 React Native 中声明样式表,
请在此处阅读文档。
You can declare a stylesheet in react native in this way
Read about this in the documentation here.