Explorar el Código

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

Ran hace 8 años
padre
commit
1a46801e22
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      example/ios/example/AppDelegate.m

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

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