Files
react-native/packages/react-native-codegen/buck_tests/emptyFile.mm
T
Michał Osadnik 32c7e3a1aa Split module codegen buck rules for cpp and objcpp
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
2019-08-02 07:24:31 -07:00

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;
}