【发布时间】:2015-08-15 18:31:35
【问题描述】:
我看到有人为此做了这个:https://github.com/brentvatne/react-native-linear-gradient
但是 RN 本身是否支持它?类似的东西
style = StyleSheet.create({
backgroundGradient: "vertical",
backgroundGradientTop: "#333333",
backgroundGradientBottom: "#666666"
});
【问题讨论】:
标签: react-native