react-native-toast-message
react-native-toast-message copied to clipboard
Animated toast message component for React Native
Hello, Is there anyway to disable the onpress / gesture that swipes the toast away? I'm using a custom toast if that makes any difference. Thanks in advance for your...
**Describe the bug** On Android when I go to background or to the app switcher the pop up appears without calling it **Steps to reproduce** Steps to reproduce the behavior:...
When keyboard is up and toast position is bottom, it's covered by keyboard! Is it possible to come upon keyboard view? (Specific Android Device)
**Is your feature request related to a problem? Please describe.** When `Keyboard.dismiss()` is called near the time that `Toast.show()` is called, the Toast will sometimes render above the now-hidden keyboard,...
**Describe the bug** I have followed the [setup instructions](https://github.com/calintamas/react-native-toast-message/blob/HEAD/docs/custom-layouts.md) where I put a Toast instance in the end of the root component ``` # App.tsx const App = () =>...
if I have 2 Toasts , I receive only the Last Toast
Not sure if it is intentional behavior, but if I touch and hold toast, it never hides (`autoHide` is set to `true`). The hiding animation takes place, but toast stays...
**Describe the bug** A clear and concise description of what the bug is. **Steps to reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Tap on '....' 3....
It adds types in the toastType for error, success and info rather than just string
I have implemented a Toast queue that I mentioned here: https://github.com/calintamas/react-native-toast-message/issues/208