mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-14 04:59:45 +08:00
Summary: Adds support for the native type Point to the rn codegen Reviewed By: TheSavior Differential Revision: D14462164 fbshipit-source-id: 942b5697d616c6aa6289d01bb56382fd7adac203
20 lines
1012 B
C++
20 lines
1012 B
C++
#import <react/components/ARRAY_PROPS/ComponentDescriptors.h>
|
|
#import <react/components/INTERFACE_ONLY/ComponentDescriptors.h>
|
|
#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/IMAGE_PROP/ComponentDescriptors.h>
|
|
#import <react/components/POINT_PROP/ComponentDescriptors.h>
|
|
#import <react/components/MULTI_NATIVE_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;
|
|
}
|