You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-109Lines changed: 2 additions & 109 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,116 +15,9 @@ An elegant Toast solution for react-native apps. Built using Typescript, hooks a
15
15
<imgalt="Demo"src="./demo.gif" />
16
16
</p>
17
17
18
-
## 🌟 Motivation
18
+
## 📚 Docs
19
19
20
-
I've been working on React-Native projects for a long time and I use toast very often, but I still haven't found a library that is flexible enough for handling toasts. So, I decided to work on this to build a flexible and functional Toast library powerful like [react-toastify](https://github.com/fkhadra/react-toastify)
21
-
22
-
## ⬇️ Installation
23
-
24
-
```bash
25
-
yarn add react-native-rooster styled-components
26
-
```
27
-
28
-
or
29
-
30
-
```bash
31
-
npm i react-native-rooster styled-components
32
-
```
33
-
34
-
## 🛠 How it works
35
-
36
-
First, you need to import and wrap your application within ToastProvider:
0 commit comments