Browse Source

fix example project import in the app delegate (#939)

Ran 7 years ago
parent
commit
1a46801e22
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      example/ios/example/AppDelegate.m

+ 1
- 1
example/ios/example/AppDelegate.m View File

@@ -1,5 +1,5 @@
1 1
 #import "AppDelegate.h"
2
-#import "RCTBundleURLProvider.h"
2
+#import <React/RCTBundleURLProvider.h>
3 3
 
4 4
 // **********************************************
5 5
 // *** DON'T MISS: THE NEXT LINE IS IMPORTANT ***