mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
f22a7c67bd
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
13 lines
447 B
Plaintext
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;
|
|
}
|