@dubsdotapp/expo 0.5.20 → 0.5.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -2741,6 +2741,7 @@ function usePushNotifications() {
2741
2741
  restoreIfGranted();
2742
2742
  }, []);
2743
2743
  return {
2744
+ isActive: pushEnabled && !!pushToken,
2744
2745
  enabled: pushEnabled,
2745
2746
  hasPermission,
2746
2747
  pushToken,