Exp// ExponentPushToken is a valid Expo push token type ExponentPushToken string
Opened this issue · 1 comments
filikos commented
// 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.
filikos commented
@oliveroneill
I opened a PR for this simplification, please let me know if that works.