浏览代码

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

Ran 8 年前
父节点
当前提交
1a46801e22
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      example/ios/example/AppDelegate.m

+ 1
- 1
example/ios/example/AppDelegate.m 查看文件

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