diff --git a/lib/ios/RNNotifications.m b/lib/ios/RNNotifications.m index 84c9efd39..333824a3a 100644 --- a/lib/ios/RNNotifications.m +++ b/lib/ios/RNNotifications.m @@ -18,7 +18,7 @@ @implementation RNNotifications { - (instancetype)init { self = [super init]; - _store = [RNNotificationsStore new]; + _store = [RNNotificationsStore sharedInstance]; _notificationEventHandler = [[RNNotificationEventHandler alloc] initWithStore:_store]; return self; }