UNPKG

expo-notification-service-extension-plugin

Version:

Expo plugin that expects a notification service extension file as an input and copies it to XCode binaries

10 lines (8 loc) 234 B
export class Log { static log(str: string) { console.log(`\texpo-notification-service-extension-plugin: ${str}`) } static error(str: string) { console.error(`\texpo-notification-service-extension-plugin: ${str}`) } }