react-native-toast-plugin
Getting started
$ npm install react-native-toast-plugin --save
Mostly automatic installation
$ react-native link react-native-toast-plugin
Usage
import ToastPlugin from 'react-native-toast-plugin';
// TODO: What to do with the module?
ToastPlugin;