Skip to content

Commit

Permalink
🚧 update package.json and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vforvasile committed Nov 26, 2019
1 parent dcdee1b commit 2bf5088
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
**Original repo here**

https://github.com/prscX/react-native-toasty

**Note:**

- 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";
```

```javascript
RNToasty.Show({
title: 'This is a toast'
title: "This is a toast"
});
```

## Thanks ##
**Thank to**
https://github.com/prscX
```
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,24 @@
"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",
"repository": {
"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"
},
Expand Down

0 comments on commit 2bf5088

Please sign in to comment.