Skip to content

Commit

Permalink
StickerViewNativeComponent
Browse files Browse the repository at this point in the history
Summary:
view config RCTStickerViewNativeComponent

had to get one view config in before I left London lol

Reviewed By: rickhanlonii

Differential Revision: D15825774

fbshipit-source-id: 846d9ee1d15f6ec64d88a1af7b72fd863ae10afc
  • Loading branch information
Luna Wei authored and M-i-k-e-l committed Mar 10, 2020
1 parent 4287bbc commit df41408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Types/CodegenTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ export type Int32 = number;
// but that is currently not supported in the codegen since we require a default
//
// eslint-disable-next-line no-unused-vars
export type WithDefault<Type: number | boolean | string, Value: Type> = Type;
export type WithDefault<Type: number | boolean | string, Value: ?Type> = Type;

0 comments on commit df41408

Please sign in to comment.