Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/react-native-codegen/src/CodegenSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ export type ComponentShape = $ReadOnly<{
}>;

export type OptionsShape = $ReadOnly<{
// Use to generate only interfaces of components (C++ Props, C++ EventEmitters, JVM interfaces) and not their implementation.
// This is useful for components that have a custom implementation of ShadowNode, ComponentDescriptor, State.
interfaceOnly?: boolean,
// Use for components with no current paper rename in progress
// Does not check for new name
Expand Down