diff --git a/README.md b/README.md index 20559a8..db1e269 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ **Original repo here** + https://github.com/prscX/react-native-toasty **Note:** @@ -6,13 +7,13 @@ https://github.com/prscX/react-native-toasty - This fork uses only the default Toast with props, it doesn't have icons support (reduced bundle size caused by react-native-svg fonts) - Supports RN 0.60+ -## 📖 Getting Started +**Getting Started** `$npm install rn-toasty` `$react-native link rn-toasty` and remove Android linking -## 💻 Usage +**Usage** ```javascript import { RNToasty } from "rn-toasty"; @@ -20,9 +21,9 @@ import { RNToasty } from "rn-toasty"; ```javascript RNToasty.Show({ - title: 'This is a toast' + title: "This is a toast" }); +``` -## Thanks ## +**Thank to** https://github.com/prscX -``` diff --git a/package.json b/package.json index e548d48..b11c87b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,14 @@ "postinstall": "node ../pod-installer/index.js" }, "keywords": [ - "react-native" + "react-native", + "toast", + "popup", + "notification", + "ui", + "toasty", + "android", + "ios" ], "author": "Pranav Raj Singh Chauhan", "license": "Apache License 2.0", @@ -16,6 +23,9 @@ "type": "git", "url": "https://github.com/vforvasile/rn-toasty.git" }, + "bugs": { + "url": "https://github.com/vforvasile/rn-toasty/issues" + }, "dependencies": { "pod-installer": "0.0.0" },