Expo Channel Provider

Configuration

The configuration steps are explained in the expo configuration page.

Expo Token

required fields are marked with an `*`
ParameterTypeDescription
device_tokenstring *

Example

{
  "device_token": "ExponentPushToken[xxxxxxxxxxxxxxxxxxxxxx]"
}

Schema

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "device_token": {
      "minLength": 1,
      "type": "string"
    }
  },
  "required": [
    "device_token"
  ],
  "type": "object"
}