Commit 80066912 authored by yogevbd's avatar yogevbd

Remove consumeBackgroundQueue api

parent 44ff7ff4
......@@ -167,10 +167,6 @@ export default class NotificationsIOS {
NativeRNNotifications.backgroundTimeRemaining(callback);
}
static consumeBackgroundQueue() {
// NativeRNNotifications.consumeBackgroundQueue();
}
static log(message: string) {
NativeRNNotifications.log(message);
}
......
......@@ -21,7 +21,6 @@ describe('NotificationsIOS', () => {
abandonPermissions: jest.fn(),
registerPushKit: jest.fn(),
backgroundTimeRemaining: jest.fn(),
consumeBackgroundQueue: jest.fn(),
localNotification: jest.fn(),
cancelLocalNotification: jest.fn(),
cancelAllLocalNotifications: jest.fn(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment