react-native-toast-notifications
react-native-toast-notifications copied to clipboard
Toast Container's width set to screen width makes it not possible for element to the side to be pressed
Current behaviour
Toast Container's width set to screen width makes it not possible for element to the side to be pressed
Expected behaviour
Components next to the toast, but not underneath should be pressable
Code sample
Here is a repro https://github.com/itsramiel/toast-bug-repro
Screenshots (if applicable)
https://user-images.githubusercontent.com/80689446/179970723-0920ebf2-3ba1-48ed-b4d6-ce66f1107ff2.mp4
What have you tried
This bug was introduced by #140 #135 remove setting the width propery. I will submit a pr to fix this
It fixed in latest version
@makhataibar it is not. Download the repro and check #135 and #140