mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-14 23:39:15 +08:00
Add inferfaceOnly option to CodegenSchema
Summary: In some cases the implementation for native modules are more advanced and we cannot currently generate some of the files. We've decided in these cases to only generate the props + events for now, so this flag `interfaceOnly` will only generate those files 👍
Reviewed By: TheSavior
Differential Revision: D14295980
fbshipit-source-id: 1790825143206a84469015e08958bf6f00ffde52
This commit is contained in:
committed by
Facebook Github Bot
parent
b7b8836a7f
commit
f72776e8dc
@@ -1,3 +1,4 @@
|
||||
#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>
|
||||
|
||||
Reference in New Issue
Block a user