mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d143edc298
Summary: Add compilation rule for objC emptyFile which includes generated objC files generated from fixtures. Reviewed By: RSNara Differential Revision: D16439245 fbshipit-source-id: 6529b2232625a72e2430f1d415511196abc08ecb
12 lines
383 B
Plaintext
12 lines
383 B
Plaintext
#import <react/components/codegen_tests/ComponentDescriptors.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;
|
|
}
|