Ver código fonte

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

Ran 8 anos atrás
pai
commit
1a46801e22
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      example/ios/example/AppDelegate.m

+ 1
- 1
example/ios/example/AppDelegate.m Ver arquivo

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