mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
0da4612f03
Summary: Following our internal discussion we want to change previously used name convention. Now it looks like: ``` #import <FBReactNativeTestSpec/FBReactNativeTestSpec.h> ``` Name is a param of `rn_codegen` and `rn_library`. Also, I found it the easiest to move replacing `::_IMPORT_::` into buck rule Reviewed By: fkgozali Differential Revision: D16646616 fbshipit-source-id: 2c33c5b4d1c42b0e6f5a42d9a318bd8bda9745f4
11 lines
345 B
Plaintext
11 lines
345 B
Plaintext
#import <react/components/codegen_tests/ComponentDescriptors.h>
|
|
#import <react/components/codegen_tests/ComponentViewHelpers.h>
|
|
#import <FBReactNativeTestSpec/FBReactNativeTestSpec.h>
|
|
#import <FBReactNativeTestSpec/FBReactNativeTestSpec-generated.mm>
|
|
|
|
// TODO: Import every prop and event to asset they're generated
|
|
|
|
int main(){
|
|
return 0;
|
|
}
|