Open source the Codegen!

Summary:
This is very much a work in progress. Moving it into the open source repo to be able to hook it up to generate some Fabric files.

Will continue to iterate on it in the open.

Reviewed By: hramos, mdvacca

Differential Revision: D13500969

fbshipit-source-id: 79082447dc52b5834f24eb72bc6e07200b324238
This commit is contained in:
Eli White
2018-12-20 11:52:51 -08:00
committed by Facebook Github Bot
parent 4d9f02f568
commit a3c6e1da10
42 changed files with 7669 additions and 6 deletions

View File

@@ -0,0 +1,14 @@
#import <react/components/SINGLE_COMPONENT_WITH_BOOLEAN_PROP/ComponentDescriptors.h>
#import <react/components/SINGLE_COMPONENT_WITH_STRING_PROP/ComponentDescriptors.h>
#import <react/components/SINGLE_COMPONENT_WITH_INTEGER_PROPS/ComponentDescriptors.h>
#import <react/components/SINGLE_COMPONENT_WITH_FLOAT_PROPS/ComponentDescriptors.h>
#import <react/components/SINGLE_COMPONENT_WITH_COLOR_PROP/ComponentDescriptors.h>
#import <react/components/SINGLE_COMPONENT_WITH_ENUM_PROP/ComponentDescriptors.h>
#import <react/components/SINGLE_COMPONENT_WITH_EVENT_NESTED_OBJECT_PROPS/ComponentDescriptors.h>
#import <react/components/SINGLE_COMPONENT_WITH_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;
}