Commit 0a45049a authored by Libin Lu's avatar Libin Lu Committed by GitHub

Revert "Update iOS RN header paths" (#212)

parent 8dcd89a3
......@@ -3,7 +3,7 @@
@import FirebaseCore;
#import <React/RCTBridgeModule.h>
#import "RCTBridgeModule.h"
extern NSString *const FCMNotificationReceived;
......
......@@ -217,7 +217,7 @@
);
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
HEADER_SEARCH_PATHS = (
"$(BUILT_PRODUCTS_DIR)/usr/local/include",
"$(SRCROOT)/../../react-native/React/**",
"$(SRCROOT)/../../../ios/**",
"$(SRCROOT)/../../../node_modules/react-native-firestack/ios/**",
);
......@@ -240,7 +240,7 @@
"$(SRCROOT)/../../../node_modules/react-native-firestack/ios/**",
);
HEADER_SEARCH_PATHS = (
"$(BUILT_PRODUCTS_DIR)/usr/local/include",
"$(SRCROOT)/../../react-native/React/**",
"$(SRCROOT)/../../../ios/**",
"$(SRCROOT)/../../../node_modules/react-native-firestack/ios/**",
);
......
#import "RNFIRMessaging.h"
#import <React/RCTBridge.h>
#import <React/RCTConvert.h>
#import <React/RCTEventDispatcher.h>
#import <React/RCTUtils.h>
#import "RCTBridge.h"
#import "RCTConvert.h"
#import "RCTEventDispatcher.h"
#import "RCTUtils.h"
@import UserNotifications;
@import FirebaseMessaging;
......
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