alexbrillant / react-native-deck-swiper

tinder like react-native deck swiper
ISC License
1.56k stars 464 forks source link

Default Background color prevents a linear gradient background #375

Open isaacshalom1 opened 2 years ago

isaacshalom1 commented 2 years ago

I want my cards to be wrapped in a linear gradient background. The issue is linear gradient won't work since there is a default background color. is there a way to get rid of the default so i can use the gradient?

nicecode0 commented 2 years ago

You can set the background color to transparent

AnatuGreen commented 2 years ago

@isaacshalom1 Hi, I created an issue for changing of default background color and I later resolved it after finding the solution, please look at this case for the solution on how to change the background colour: https://github.com/alexbrillant/react-native-deck-swiper/issues/379