Does React Native styles support gradients?

Some Guy picture Some Guy · Aug 15, 2015 · Viewed 175.4k times · Source

I see that someone made this for it: https://github.com/brentvatne/react-native-linear-gradient

But is there support for it in RN itself? Something like

style = StyleSheet.create({
    backgroundGradient: "vertical",
    backgroundGradientTop: "#333333",
    backgroundGradientBottom: "#666666"
});

Answer

isair picture isair · Oct 6, 2015

Not at the moment. You should use the library you linked; they recently added Android support and it is by one of the main contributors of react-native.