From df41408a1db52ce82dc5ce2bb5c5d811ae5bde0e Mon Sep 17 00:00:00 2001 From: Luna Wei Date: Thu, 20 Jun 2019 15:05:33 -0700 Subject: [PATCH] StickerViewNativeComponent 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 --- Libraries/Types/CodegenTypes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Types/CodegenTypes.js b/Libraries/Types/CodegenTypes.js index b3e6c853e025cd..3984820115a524 100644 --- a/Libraries/Types/CodegenTypes.js +++ b/Libraries/Types/CodegenTypes.js @@ -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; +export type WithDefault = Type;