File tree Expand file tree Collapse file tree 8 files changed +16
-14
lines changed Expand file tree Collapse file tree 8 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 8
8
#define Firestack_h
9
9
10
10
#import < UIKit/UIKit.h>
11
- #import " RCTBridgeModule.h"
12
- #import " RCTEventDispatcher.h"
13
- #import " RCTEventEmitter.h"
11
+ #import < React/ RCTBridgeModule.h>
12
+ #import < React/ RCTEventDispatcher.h>
13
+ #import < React/ RCTEventEmitter.h>
14
14
15
15
@interface Firestack : RCTEventEmitter <RCTBridgeModule> {
16
16
}
Original file line number Diff line number Diff line change @@ -53,10 +53,12 @@ + (void) initializeFirestack:(Firestack *) instance
53
53
dispatch_once (&onceToken, ^{
54
54
_sharedInstance = instance;
55
55
56
+ /* RCTReloadNotification is deprecated
56
57
[[NSNotificationCenter defaultCenter] addObserver:self
57
58
selector:@selector(reloadFirestack)
58
59
name:RCTReloadNotification
59
60
object:nil];
61
+ */
60
62
61
63
[[NSNotificationCenter defaultCenter ]
62
64
postNotificationName: kFirestackInitialized
Original file line number Diff line number Diff line change 9
9
#ifndef FirestackAnalytics_h
10
10
#define FirestackAnalytics_h
11
11
12
- #import " RCTBridgeModule.h"
12
+ #import < React/ RCTBridgeModule.h>
13
13
14
14
@interface FirestackAnalytics : NSObject <RCTBridgeModule> {
15
15
Original file line number Diff line number Diff line change 10
10
#define FirestackAuth_h
11
11
12
12
#import " Firebase.h"
13
- #import " RCTEventEmitter.h"
14
- #import " RCTBridgeModule.h"
13
+ #import < React/ RCTEventEmitter.h>
14
+ #import < React/ RCTBridgeModule.h>
15
15
16
16
@interface FirestackAuth : RCTEventEmitter <RCTBridgeModule> {
17
17
FIRAuthStateDidChangeListenerHandle authListenerHandle;
Original file line number Diff line number Diff line change 10
10
#define FirestackCloudMessaging_h
11
11
12
12
#import " Firebase.h"
13
- #import " RCTEventEmitter.h"
14
- #import " RCTBridgeModule.h"
15
- #import " RCTUtils.h"
13
+ #import < React/ RCTEventEmitter.h>
14
+ #import < React/ RCTBridgeModule.h>
15
+ #import < React/ RCTUtils.h>
16
16
17
17
@interface FirestackCloudMessaging : RCTEventEmitter <RCTBridgeModule> {
18
18
Original file line number Diff line number Diff line change 10
10
#define FirestackDatabase_h
11
11
12
12
#import " Firebase.h"
13
- #import " RCTEventEmitter.h"
14
- #import " RCTBridgeModule.h"
13
+ #import < React/ RCTEventEmitter.h>
14
+ #import < React/ RCTBridgeModule.h>
15
15
16
16
@interface FirestackDatabase : RCTEventEmitter <RCTBridgeModule> {
17
17
Original file line number Diff line number Diff line change 9
9
#ifndef FirestackErrors_h
10
10
#define FirestackErrors_h
11
11
12
- #import " RCTBridgeModule.h"
12
+ #import < React/ RCTBridgeModule.h>
13
13
#import " Firebase.h"
14
14
15
15
@interface FirestackErrors : NSObject <RCTBridgeModule> {
Original file line number Diff line number Diff line change 10
10
#define FirestackStorage_h
11
11
12
12
#import " Firebase.h"
13
- #import " RCTBridgeModule.h"
14
- #import " RCTEventEmitter.h"
13
+ #import < React/ RCTBridgeModule.h>
14
+ #import < React/ RCTEventEmitter.h>
15
15
16
16
@interface FirestackStorage : RCTEventEmitter <RCTBridgeModule> {
17
17
You can’t perform that action at this time.
0 commit comments