Skip to content

Commit 2c760e3

Browse files
committed
Minor update to README and package description
1 parent c546960 commit 2c760e3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Join the chat at https://gitter.im/react-native-dropdownalert/Lobby](https://badges.gitter.im/react-native-dropdownalert/Lobby.svg)](https://gitter.im/react-native-dropdownalert/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
88
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.github.com/testshallpass/react-native-dropdownalert/master/LICENSE)
99

10-
A simple way to display an alert message. Try out 1 of 4 pre-defined types or go custom with the props below. The alert can be dismissed by press, cancel button, closeInterval, pan responder up or programmatically.
10+
A simple alert to notify users about new chat messages, something went wrong or everything is ok. It can be dismissed by onPress, cancel onPress, automatically with `closeInterval` prop, pan responder up gesture or programmatically.
1111

1212
### Installation
1313
```
@@ -77,5 +77,4 @@ onClose(data) {
7777
| ```warnColor``` | String | Default background color of warn message | #cd853f
7878
| ```errorColor``` | String | Default background color of error message | #cc3232
7979

80-
8180
> Inspired by: [RKDropdownAlert](https://github.com/cwRichardKim/RKDropdownAlert)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-dropdownalert",
33
"version": "2.6.0",
4-
"description": "A dropdown alert that allows you to display bits of information to your user.",
4+
"description": "A simple alert to notify users about new chat messages, something went wrong or everything is ok.",
55
"main": "DropdownAlert.js",
66
"scripts": {
77
"test": "mocha --require test/mocha-setup.js --require react-native-mock/mock.js --compilers js:babel-core/register --recursive test/*.js"

0 commit comments

Comments
 (0)