Skip to content

Commit c748b44

Browse files
elicwhitefacebook-github-bot
authored andcommitted
Add command type to CompleteTypeAnnotation (facebook#48475)
Summary: Pull Request resolved: facebook#48475 This will be needed for the compat-check. Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D67806831 fbshipit-source-id: b660c9557cafbfa2e713e85a0fd2bdc9edabf537
1 parent 825492b commit c748b44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-native-codegen/src/CodegenSchema.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,4 +439,6 @@ export type CompleteTypeAnnotation =
439439
| UnsafeAnyTypeAnnotation
440440
| ArrayTypeAnnotation<CompleteTypeAnnotation>
441441
| ObjectTypeAnnotation<CompleteTypeAnnotation>
442+
// Components
443+
| CommandTypeAnnotation
442444
| CompleteReservedTypeAnnotation;

0 commit comments

Comments
 (0)