Expo Channel Provider
Configuration
The configuration steps are explained in the expo configuration page.
Expo Token
Parameter | Type | Description |
---|---|---|
device_token | string * |
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"
}