mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ba0b52f750
Summary: Re-enables the disabled codegens on android by renaming the test fixtures to something shorter Reviewed By: TheSavior Differential Revision: D14258414 fbshipit-source-id: 912c12df039930ec492b5bafc69bc298f913bdcc
15 lines
695 B
C++
15 lines
695 B
C++
#import <react/components/BOOLEAN_PROP/ComponentDescriptors.h>
|
|
#import <react/components/STRING_PROP/ComponentDescriptors.h>
|
|
#import <react/components/INTEGER_PROPS/ComponentDescriptors.h>
|
|
#import <react/components/FLOAT_PROPS/ComponentDescriptors.h>
|
|
#import <react/components/COLOR_PROP/ComponentDescriptors.h>
|
|
#import <react/components/ENUM_PROP/ComponentDescriptors.h>
|
|
#import <react/components/EVENT_NESTED_OBJECT_PROPS/ComponentDescriptors.h>
|
|
#import <react/components/EVENT_PROPS/ComponentDescriptors.h>
|
|
#import <react/components/TWO_COMPONENTS_SAME_FILE/ComponentDescriptors.h>
|
|
#import <react/components/TWO_COMPONENTS_DIFFERENT_FILES/ComponentDescriptors.h>
|
|
|
|
int main(){
|
|
return 0;
|
|
}
|