Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 441 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 441 Bytes

react-native-toaster

A toast notification library for react native apps. It works on a queue system ensuring toasts aren't lost and can be displayed one after the other rather than taking up lots of space on screen.

Installation

npm install react-native-toaster

Usage

Details to come when I actually finish this lol.


Made with create-react-native-library