calintamas / react-native-toast-message

Animated toast message component for React Native
MIT License
1.62k stars 255 forks source link

Background transparency issue with custom toast #465

Open JJalit opened 1 year ago

JJalit commented 1 year ago

Describe the bug Background transparency issue with custom toast

Expected behavior How to solve this?

Screenshots

Screenshot 2023-04-25 at 10 21 01 AM

Code sample

Screenshot 2023-04-25 at 10 19 55 AM Screenshot 2023-04-25 at 10 20 08 AM
3KINGZ commented 3 months ago

@JJalit where you able to fix this?

carloscurcino commented 1 month ago

Any solutions at all??

moooss commented 1 month ago

For information, I had this issue and it took me 1 hour to find out that the background color I used had transparency. It’s maybe not this but it’s good to check color definitions !

carloscurcino commented 1 month ago

For me the transparency problem was because the Toast component was on the top of the component, I moved it to the bottom and It worked