README
react-native-my-toast
Getting started
$ npm install react-native-basic-toast --save
Mostly automatic installation
$ react-native link react-native-basic-toast
Usage
import MyToast from 'react-native-basic-toast';
MyToast.show('This is a toast');