react-native

Does React Native styles support gradients?


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"
});

Solution

  • 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.