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