最佳答案
我看到有人为它做了这个: https://github.com/brentvatne/react-native-linear-gradient
但是 RN 本身是否支持它呢
style = StyleSheet.create({
backgroundGradient: "vertical",
backgroundGradientTop: "#333333",
backgroundGradientBottom: "#666666"
});