`#import <React/RCTDefines.h>` or `#import "RCTDefines.h"` ? in https://github.com/facebook/react-native/tree/0.47-stable/React/Base there is lot of files with wrong import path! Relative to https://github.com/facebook/react-native/releases/tag/v0.40.0 , imports shold now be with prefix `<React/*` but, there is lot of file moving around the project. I do not know how to do that in Objective-C, but it can be done by creating interface for different part of library: pseudocode: ``` // React #export "React" #export "Defines" from "React/Some/Path" // Some module #import "Defines" from "React" ``` https://pbs.twimg.com/media/C10C0MNXAAAbo5E.jpg:large
#import <React/RCTDefines.h>or#import "RCTDefines.h"?in https://github.com/facebook/react-native/tree/0.47-stable/React/Base there is lot of files with wrong import path!
Relative to https://github.com/facebook/react-native/releases/tag/v0.40.0 , imports shold now be with prefix
<React/*but, there is lot of file moving around the project.I do not know how to do that in Objective-C, but it can be done by creating interface for different part of library:
pseudocode:
https://pbs.twimg.com/media/C10C0MNXAAAbo5E.jpg:large