We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bece775 commit b89d3fcCopy full SHA for b89d3fc
ios/Firestack/Firestack.m
@@ -53,10 +53,12 @@ + (void) initializeFirestack:(Firestack *) instance
53
dispatch_once(&onceToken, ^{
54
_sharedInstance = instance;
55
56
+ /* RCTReloadNotification is deprecated
57
[[NSNotificationCenter defaultCenter] addObserver:self
58
selector:@selector(reloadFirestack)
59
name:RCTReloadNotification
60
object:nil];
61
+ */
62
63
[[NSNotificationCenter defaultCenter]
64
postNotificationName:kFirestackInitialized
0 commit comments