An universal toast
$ npm install universal-toast --save
import Toast from 'universal-toast';
Toast.show('Hi');
- message: Required, String, the text to toast
- duration: Optional, Number, unit ms, the duration of the toast. May be Toast.SHORT(2500ms) or Toast.LONG(3500ms)