react-native-basic-toast

TODO

Usage no npm install needed!

<script type="module">
  import reactNativeBasicToast from 'https://cdn.skypack.dev/react-native-basic-toast';
</script>

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');