diff --git a/js/index.js b/js/index.js index 15573f036..9bf5861d5 100644 --- a/js/index.js +++ b/js/index.js @@ -450,4 +450,4 @@ class PushNotificationIOS { } } -module.exports = PushNotificationIOS; +export default PushNotificationIOS;