ExpoPush
Use to send push notifications to an expo application.
Installation
The package can be installed by adding expo_push to your list of dependencies in mix.exs:
def deps do
[
{:expo_push, "~> x.x.x"}
]
endDocumentation can be generated with ExDoc and published on HexDocs.
The docs can be found at https://hexdocs.pm/expo_push.