library expo-notification
Send push notifications with Expo
wiebenieuwenhuis/expo-notification
Send push notifications with Expo
- Monday, June 11, 2018
- by sweebee
- Repository
- 1 Watchers
- 0 Stars
- 3 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Expo Notifcation
Send notifications with the Expo API, (*1)
Example
$notification = new ExpoNotification();
$result = $notification
->to([
'ExponentPushToken[GoVJ_qPG41_nHi-4EQS5UU]',
'ExponentPushToken[P7yjE4MojbyaqpOiwwANgB]'
])
->title('test')
->body('message')
->data([
'row' => 'item'
])
->badge(1)
->channel('default')
->sound('default')
//->silent()
//->test()
->send();
print_r($result);
dev-master
9999999-dev
Send push notifications with Expo
Sources
Download
MIT
The Requires
The Development Requires
by
Wiebe Nieuwenhuis
notifications
expo
1.0
1.0.0.0
Send push notifications with Expo
Sources
Download
MIT
The Requires
The Development Requires
by
Wiebe Nieuwenhuis
notifications
expo