react-native-alert-notification
react-native-alert-notification copied to clipboard
Toast notification and dialog box notification for react native
It would be nice to have a style prop, I will try to open a pr If you can managed to do it on my fork.
Could you add a property to set the position of the toast to bottom of the screen?
User can interact with 2 option button and more flexible.
sometimes when open , it's not centered
i would love to add a way to add custom font for dialog and toaster text
On iOS, the dialog does work at all. Toast works but hides under the modal. I'm using Expo 51.0.0 React native 0.74.5
Updated Readme installation guideline. Before, it showcased react-native-safe-area-context instead of react-native-alert-notification
When you set any colour to info type, "i" icon on top of the modal disappears
I wanna change duration opening and ending animation. How to set animation duration? Current animation is too slow I think this code: `private _animatedTiming = (toValue: number) => { return...
Use Toast within modal will cause padding issue, the update will add a padding so Modal can have padding without the header safe area. Usage: ``` Toast.show({ type: ALERT_TYPE.WARNING, textBody:...