solvecrew / ExpoNotificationsBundle

Symfony bundle to handle the BE parts of the push notifications from the expo react-native framework.
MIT License
20 stars 17 forks source link

Autodetect if token has prefix #12

Closed stingus closed 6 years ago

stingus commented 6 years ago

It's a small change allowing the client to pass the token with or without the Expo prefix. Also, PHP version was bumped to 7.0 to allow scalar type hints used in the bundle (they don't work in 5.6).

solvecrew commented 6 years ago

Thanks for contributing! Nicely done.