소스 검색

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 ***