From f17047e230e2473c84610ba926ec89546030b237 Mon Sep 17 00:00:00 2001 From: Trish Saylor Date: Fri, 3 Aug 2018 11:32:31 -0700 Subject: [PATCH] Add flow strict-local annotation to the dismissKeyboard module Summary: The `dismissKeyboard` module is widely used but did not have flow typing on it, preventing other js modules that use it from annotating themselves as flow strict-local. This diff adds a flow annotation to the `dismissKeyboard` module of the strictest type supported for this module, which is flow strict-local. Reviewed By: gkz Differential Revision: D9143671 fbshipit-source-id: af2367e6c59276402dcbcb9cf0f64b44ff42f531 --- Libraries/Utilities/dismissKeyboard.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Libraries/Utilities/dismissKeyboard.js b/Libraries/Utilities/dismissKeyboard.js index ba212f2f9376c8..a921a5f616ead9 100644 --- a/Libraries/Utilities/dismissKeyboard.js +++ b/Libraries/Utilities/dismissKeyboard.js @@ -7,6 +7,7 @@ * * This function dismisses the currently-open keyboard, if any * + * @flow strict-local * @format */