Explorar el Código

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

Ran hace 7 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,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 ***