You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2026. It is now read-only.
Hello,
Super excited for this app!
I was trying to enable notifications and had the following issue.
Device never registers Expo push token after enabling notifications in Moshi app.
Error response:
{
"success": true,
"result": {
"data": {
"status": "error",
"message": ""none" is not a valid Expo push token",
"details": { "error": "DeviceNotRegistered", "expoPushToken": "none" }
}
}
}
Reproduction:
Environment: iPhone (iOS), moshi-hooks v1.0.2, macOS Darwin 24.6.0