delboy1978uk/bone-push-notifications

Push Notifications using Expo for Bone Native apps

v1.0.3 2023-07-03 23:02 UTC

This package is auto-updated.

Last update: 2024-05-04 00:53:11 UTC


README

Push Notifications using Expo for Bone Native apps

installation

Use Composer

composer require delboy1978uk/bone-push-notifications

configuration

Enable the package in config/packages.php, and generate and run migrations.

<?php

// use statements here
use Bone\Notification\PushToken\PushNotificationPackage;

return [
    'packages' => [
        // packages here...,
        PushNotificationPackage::class,
    ],
    // ...
];

usage

In a Bone Native app, call the API endpoints.