mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
cf3653baac
Summary: Generates the ImageSource primitive for components like Slider Reviewed By: TheSavior Differential Revision: D14262452 fbshipit-source-id: 29df3d64706633b51c784fa9acf2f054a510de76
17 lines
824 B
C++
17 lines
824 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/IMAGE_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;
|
|
}
|