mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-16 12:39:32 +08:00
Move codegen into packages/react-native-codegen
Summary: This is the first step in organizing React Native slightly differently. This doesn't set up a "monorepo" structure for the GitHub repo yet, it merely moves a few files around and I slightly updated the package.json file for the codegen project. Reviewed By: rickhanlonii, TheSavior Differential Revision: D13974180 fbshipit-source-id: f53375f3b6618ef12658064cb1fc690ef1f95299
This commit is contained in:
committed by
Facebook Github Bot
parent
f307ac7c5e
commit
5ed749e1b2
14
packages/react-native-codegen/buck_tests/emptyFile.cpp
Normal file
14
packages/react-native-codegen/buck_tests/emptyFile.cpp
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user