Files
react-native/packages/react-native-codegen/buck_tests/emptyFile.mm
T
Eli White f22a7c67bd Validate objc command header compiles
Summary: Add a test to ensure that the generated code is syntactically valid and compiles.

Reviewed By: JoshuaGross, osdnk

Differential Revision: D16518542

fbshipit-source-id: d4fadaeb29194ca38c8a99874ab304a464632894
2019-07-29 14:41:32 -07:00

13 lines
447 B
Plaintext

#import <react/components/codegen_tests/ComponentDescriptors.h>
#import <react/components/codegen_tests/ComponentViewHelpers.h>
#import <react/modules/codegen_tests/NativeModules.h>
#import <react/modules/codegen_tests/RCTNativeModules.h>
#import <react/modules/codegen_tests/RCTNativeModules.mm>
#import <react/modules/codegen_tests/NativeModules.cpp>
// TODO: Import every prop and event to asset they're generated
int main(){
return 0;
}