backpackapp-io / react-native-toast

A library used to show toasts in a React-Native app with features such as multiple toasts, promise-based callbacks, and swipe to dismiss
MIT License
242 stars 20 forks source link

Width of pressable is not changeable #33

Open mzaien opened 1 month ago

mzaien commented 1 month ago

Hello there , thank you for the amazing library

we are having a weird issue where the width of the pressable toast is not changing we want it to fit the content of our custom toast I tried couple of things but it did not work

Header Header
image image

our custom toast uses the same styling for width and flex (colors are for debugging), this behavior is limiting our users from clicking anything behind the pressable view (we can a floating button)

nickdebaise commented 1 month ago

Thanks for reporting! I will take a look at it.