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

13 lines (12 loc) 346 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Log = void 0; class Log { static log(str) { console.log(`\texpo-notification-service-extension-plugin: ${str}`); } static error(str) { console.error(`\texpo-notification-service-extension-plugin: ${str}`); } } exports.Log = Log;