Skip to content

Commit b89d3fc

Browse files
committed
Removed deprecated RCTReloadNotification
1 parent bece775 commit b89d3fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/Firestack/Firestack.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ + (void) initializeFirestack:(Firestack *) instance
5353
dispatch_once(&onceToken, ^{
5454
_sharedInstance = instance;
5555

56+
/* RCTReloadNotification is deprecated
5657
[[NSNotificationCenter defaultCenter] addObserver:self
5758
selector:@selector(reloadFirestack)
5859
name:RCTReloadNotification
5960
object:nil];
61+
*/
6062

6163
[[NSNotificationCenter defaultCenter]
6264
postNotificationName:kFirestackInitialized

0 commit comments

Comments
 (0)