Overview
A simple toast manager for your react-native apps. Aiming to be flexible, functional and testable.
Multiplatform support works on: Android, iOS, Expo, MacOS and Windows.
Features
- Automatically keyboard listener. If keyboard is open the toast will not be hidden by it
- Support for different types of toasts (success, info, warning)
- Tap to dismiss
- Custom font family support
- Animation on toast show and hide
- Customize toast's timing on screen
- Support for different positions (top, center, top-left, top-right and so on...)
- Support for icons
- Support for multiple toasts being shown at the same time
- Support for toasts be used inside regular functions not only components' functions