Skip to content

Commit b15b745

Browse files
committed
- enabling progress bar functionality
1 parent 2160923 commit b15b745

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ RNNotificationBanner.Show({ title: "Message", subTitle: "Message", withIcon: tru
108108
| `tintColor` | `HEX-COLOR` | | Specify tint color of banner | |
109109
| `withIcon` | `bool` | | Enable/Disable icon | |
110110
| `icon` | `RNVectorIcon` | | Specify banner icon | |
111+
| `duration` | `int` | | Specify duration to show banner | |
112+
| `enableProgress` | `bool` | false | Specify to show progress on banner | |
111113
| `onClick` | `func` | | Specify onClick callback | |
112114
| `onHide` | `func` | | Specify onHide callback
113115

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-notification-banner",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "ReactNative: Native Notification Banner",
55
"main": "js/RNNotificationBanner.js",
66
"repository": {

0 commit comments

Comments
 (0)