mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
32c7e3a1aa
Summary: Cpp and Objcpp should not be in the same rules since codegen has different purposes. I split them into into two rules and update tests for new names. Reviewed By: TheSavior Differential Revision: D16599257 fbshipit-source-id: 3a8be8c0e289825f9d5db831cc2eec3d2bf9728d
11 lines
337 B
Plaintext
11 lines
337 B
Plaintext
#import <react/components/codegen_tests/ComponentDescriptors.h>
|
|
#import <react/components/codegen_tests/ComponentViewHelpers.h>
|
|
#import <react/modules/codegen_tests/RCTNativeModules.h>
|
|
#import <react/modules/codegen_tests/RCTNativeModules.mm>
|
|
|
|
// TODO: Import every prop and event to asset they're generated
|
|
|
|
int main(){
|
|
return 0;
|
|
}
|