fix for breaking iOS header change in RN 0.40.0
@@ -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!"