change package index file, fix example app
Showing
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
"type": "git", | "type": "git", | ||
"url": "https://github.com/wix-private/react-native-notifications.git" | "url": "https://github.com/wix-private/react-native-notifications.git" | ||
}, | }, | ||
"version": "0.0.2", | "version": "0.0.3", | ||
"description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android", | "description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android", | ||
"keywords": [ | "keywords": [ | ||
"react-component", | "react-component", | ||
... | @@ -26,7 +26,7 @@ | ... | @@ -26,7 +26,7 @@ |
"dependencies": { | "dependencies": { | ||
"core-js": "^1.0.0" | "core-js": "^1.0.0" | ||
}, | }, | ||
"author": "Lidan Hifi <lidanh@wix.com>", | "author": "Lidan Hifi <lidan.hifi@gmail.com>", | ||
"main": "index.js", | "main": "index.ios.js", | ||
"license": "MIT" | "license": "MIT" | ||
} | } |
Please register or sign in to comment