Skip to content

Commit

Permalink
fix call to Helper.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
Shokunbi committed Jan 29, 2019
1 parent 5b8b420 commit aba6a5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ const { getToken } = getTokener;
const { newChannel } = newChanneler;
const { notify } = notifyer;

export { newChannel, getToken,notifyinit,notify };
export { newChannel, getToken,initnotify,notify };

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-push-notification-helper",
"version": "0.1.0",
"version": "0.3.0",
"description": "This package helps you make expo push notification for React Native easy to use.",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit aba6a5d

Please sign in to comment.