react-native-cn-richtext-editor
Version:
RichText Editor for React-Native
15 lines • 732 B
JavaScript
export default {
async getExponentPushTokenAsync() { },
async getDevicePushTokenAsync(config) { },
async createChannel(channelId, channel) { },
async deleteChannel(channelId) { },
async presentLocalNotification(notification) { },
async presentLocalNotificationWithChannel(notification, channelId) { },
async scheduleLocalNotification(notification, options) { },
async scheduleLocalNotificationWithChannel(notification, options, channelId) { },
async dismissNotification(notificationId) { },
async dismissAllNotifications() { },
async cancelScheduledNotification(notificationId) { },
async cancelAllScheduledNotifications() { },
};
//# sourceMappingURL=ExponentNotifications.web.js.map