/expo-push

Send Expo push notifications from elixir

Primary LanguageElixir

ExpoPush

Hex.pm

Use to send push notifications to an expo application.

Expo Notifications

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"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs.

The docs can be found at https://hexdocs.pm/expo_push.