react-native-paper-toast
react-native-paper-toast copied to clipboard
A toast implementation for React Native Paper
Is it possible to implement stacking of toasts where rather than replacing an existing toast, it is pushed down or up (depending on the toast positioning set in the code)?
The top position is shown as middle. Seems the styling for the web might need a different way rather than how it is handled for the device. 
like ```js import { Toast} from 'react-native-paper-toast' Toast.show('123123') ```
In style props we can specify messageStyle.color property which affects color of text, but it doesnt affect icon color, and Icon cannot be disabled, so how to provide simmilar experience...