react-native-just-toast
v2.0.0
Published
```text npm install react-native-just-toast --save ```
Downloads
1
Readme
Install
npm install react-native-just-toast --save
Usage
import Toast from 'react-native-just-toast';
const toast = React.createRef();
<Toast ref={toast}/>
toast.current.show('Hello!');