From 2935a3acd10b6f6ee0fd4ae46ed3bc06c907af79 Mon Sep 17 00:00:00 2001 From: Fabrizio Cucci Date: Mon, 23 Oct 2023 08:31:36 -0700 Subject: [PATCH] Drop extra spaces in `TextInput` JS doc (#41156) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41156 Minor update to the `TextInput` JS doc. Changelog: [Internal] Reviewed By: rshest Differential Revision: D50551342 fbshipit-source-id: 1334815aa355ae2914e0c4c198f22c11de595d55 --- .../Libraries/Components/TextInput/TextInput.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/react-native/Libraries/Components/TextInput/TextInput.js b/packages/react-native/Libraries/Components/TextInput/TextInput.js index f0416dce6c6..3e0d8bf7681 100644 --- a/packages/react-native/Libraries/Components/TextInput/TextInput.js +++ b/packages/react-native/Libraries/Components/TextInput/TextInput.js @@ -1043,8 +1043,8 @@ const emptyFunctionThatReturnsTrue = () => true; * return ( * * ); * } @@ -1068,8 +1068,8 @@ const emptyFunctionThatReturnsTrue = () => true; * borderBottomWidth: 1 }} * > * this.setState({text})} * value={this.state.text} * />