From 5717fe8f79f50a8f37095f1d1b314ecf647e1852 Mon Sep 17 00:00:00 2001 From: carsonwah Date: Sat, 12 May 2018 03:24:06 +0800 Subject: [PATCH] Version 1.0.1 --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 398d77d..f263000 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-push-notification-popup", - "version": "0.1.0", + "version": "1.0.1", "description": "React Native Push Notification Popup Component", "main": "src/index.js", "scripts": { @@ -14,10 +14,13 @@ "react", "react-native", "react-component", + "react-native-component", "push-notification", "ios", "android", - "modal" + "modal", + "popup", + "dialog" ], "author": "Carson Wah", "license": "MIT",