@@ -9,8 +9,8 @@
#import "AppDelegate.h"
-#import "RCTBundleURLProvider.h"
-#import "RCTRootView.h"
+#import <React/RCTBundleURLProvider.h>
+#import <React/RCTRootView.h>
@implementation AppDelegate
@@ -10,8 +10,8 @@
#import <UIKit/UIKit.h>
#import <XCTest/XCTest.h>
-#import "RCTLog.h"
+#import <React/RCTLog.h>
#define TIMEOUT_SECONDS 600
#define TEXT_TO_LOOK_FOR @"Welcome to React Native!"
@@ -6,7 +6,7 @@
// Copyright © 2016 Yonah Forst. All rights reserved.
//
-#import "RCTConvert.h"
+#import <React/RCTConvert.h>
static NSString* RNPStatusUndetermined = @"undetermined";
static NSString* RNPStatusDenied = @"denied";
@@ -5,7 +5,7 @@
// Created by Yonah Forst on 18/02/16.
-#import "RCTBridgeModule.h"
+#import <React/RCTBridgeModule.h>
#import <Foundation/Foundation.h>
@@ -10,9 +10,9 @@
#import "ReactNativePermissions.h"
-#import "RCTBridge.h"
-#import "RCTEventDispatcher.h"
+#import <React/RCTBridge.h>
+#import <React/RCTEventDispatcher.h>
#import "RNPLocation.h"
#import "RNPBluetooth.h"