【发布时间】:2021-06-01 23:10:03
【问题描述】:
【问题讨论】:
-
如果你搜索 React Native Linear Gradient,你会得到一些教程、文档和类似的问题。
标签: javascript css react-native styling linear-gradients
【问题讨论】:
标签: javascript css react-native styling linear-gradients
我认为你不能在 react native 中使用 CSS 来做到这一点。我使用了一种叫做 react-native-gradient 的东西。
这是他们的 Github
https://github.com/react-native-community/react-native-linear-gradient
你也可以使用 expo(如果你在 expo cli 上)
https://docs.expo.io/versions/latest/sdk/linear-gradient/
希望这能解决问题
【讨论】:
有一个名为 react-native-linear-gradient 的 npm 包 https://www.npmjs.com/package/react-native-linear-gradient
以及宽度和高度使用窗口的尺寸 像 Dimension.get("window").height/width 参考https://reactnative.dev/docs/dimensions
【讨论】: