Expo Push Notification Client for Rust
This is a Expo Push Notification Client for Rust. There is a Expo Server SDK maintained by community but it is not maintained since 2019. So I created this crate.
Client (ReactNative with Expo)
You need to get Expo Push Token from Expo SDK and send it to Expo server first. See Expo Push Notification Docs for more details.
Server (Rust)
install expo_push_notification_client crate
how to use
use ;
let expo = new;
let expo_push_tokens = ;
let expo_push_message = builder.build?;
expo.send_push_notifications.await;
let expo_push_ids = new;
expo.get_push_notification_receipts.await;