delboy1978uk/bone-push-notifications

使用 Expo 为 Bone Native 应用程序提供推送通知

v1.1.0 2024-08-08 14:43 UTC

This package is auto-updated.

Last update: 2024-09-08 14:55:06 UTC


README

使用 Expo 为 Bone Native 应用程序提供推送通知

安装

使用 Composer

composer require delboy1978uk/bone-push-notifications

配置

config/packages.php 中启用该包,并生成和运行迁移。

<?php

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

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

使用

在 Bone Native 应用程序中,调用 API 端点。