Skip to content

Commit

Permalink
Fix FlowFixMes in CodegenVersionDiffing (#48312)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #48312

I figured out how to fix these FlowFixMes

Changelog: [Internal]

Reviewed By: yungsters

Differential Revision: D67313962

fbshipit-source-id: 21b109824411c1537f397aca45b7cdc2495f5e11
  • Loading branch information
elicwhite authored and facebook-github-bot committed Dec 18, 2024
1 parent f8119fc commit 4dac99c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/react-native-codegen/src/CodegenSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,4 +431,8 @@ export type CompleteTypeAnnotation =
| NullableTypeAnnotation<NativeModuleTypeAnnotation>
| EventEmitterTypeAnnotation
| NativeModuleEnumDeclarationWithMembers
| UnsafeAnyTypeAnnotation;
| UnsafeAnyTypeAnnotation
// Native Module event emitters and methods
| ObjectTypeAnnotation<
Nullable<NativeModuleFunctionTypeAnnotation> | EventEmitterTypeAnnotation,
>;

0 comments on commit 4dac99c

Please sign in to comment.