'Create a gradient button on 'react native' like this

Need help creating a linear gradient like below

Colors:"#8ce786" , "#5ab55e" ,"#146732"

Button

I tried to create the gradient button using react-native-linear-gradient library. But couldn't create the exact gradient.



Solution 1:[1]

You can Export SVG format of your Image and use that in your project with import react-native-svg , then after that you can go to svg to react native site in this link and create js file for your icon .

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Meisan Saba