diff --git a/index.js b/index.js index bc0096d..e41cf13 100644 --- a/index.js +++ b/index.js @@ -10,5 +10,5 @@ const { getToken } = getTokener; const { newChannel } = newChanneler; const { notify } = notifyer; -export { newChannel, getToken,notifyinit,notify }; +export { newChannel, getToken,initnotify,notify }; diff --git a/package.json b/package.json index 572c78b..5be6f10 100644 --- a/package.json +++ b/package.json @@ -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": {