@kode-frontend/react-native-push-notification
Version:
Push notification service for React Native apps
20 lines (19 loc) • 360 B
text/typescript
export {
$pushSettings,
updateFcmToken,
enablePush,
disablePush,
skipRequestPermissions,
resetPushSettings,
$pushEnabled,
$fcmToken,
$needFirstRequestPermission,
usePushAvailable,
useRegisterDevice,
useUnregisterDevice,
} from './model'
export {
PushNotificationService,
usePush,
pushService,
} from './push-notification-service'