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
// ExponentPushToken is a valid Expo push token
type ExponentPushToken string
Why does this type exist?
There is no receiver calls for ExponentPushToken, that type seems to be adding overhead when using the client.
A simple slice of strings would be enough in the PushMessage type.
The text was updated successfully, but these errors were encountered:
Why does this type exist?
There is no receiver calls for
ExponentPushToken
, that type seems to be adding overhead when using the client.A simple slice of strings would be enough in the
PushMessage
type.The text was updated successfully, but these errors were encountered: