Firstly, thanks for your work on this project! π
Today I used patch-package to patch react-native-toast-message@2.2.0 for the project I'm working on.
When im passing bottomOffSet -10 its not working there is white space from below
and also there is type error from swipeable missing
Hi! π
Firstly, thanks for your work on this project! π
Today I used patch-package to patch
react-native-toast-message@2.2.0
for the project I'm working on. When im passing bottomOffSet -10 its not working there is white space from below and also there is type error from swipeable missing<Toast visibilityTime={2500} config={toastConfig} bottomOffset={0} swipeable={false} position="bottom" />
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.