From 67098be5c1b967e80332171f77a6c31d57955220 Mon Sep 17 00:00:00 2001 From: Aswin S Date: Thu, 12 Oct 2023 20:22:54 +0530 Subject: [PATCH 1/2] fix: set default textBreakStrategy for TextInput as simple --- src/components/RNTextInput.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/RNTextInput.js b/src/components/RNTextInput.js index 37020204a6ee..617048fa8212 100644 --- a/src/components/RNTextInput.js +++ b/src/components/RNTextInput.js @@ -21,6 +21,7 @@ function RNTextInput(props) { return ( { if (!_.isFunction(props.forwardedRef)) { return; From 31c69763f200ce21a9da0faccc16bd44bcad76b6 Mon Sep 17 00:00:00 2001 From: Aswin S Date: Fri, 13 Oct 2023 07:55:03 +0530 Subject: [PATCH 2/2] fix: clean lint --- src/components/RNTextInput.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/RNTextInput.js b/src/components/RNTextInput.js index 617048fa8212..5a790cde91d7 100644 --- a/src/components/RNTextInput.js +++ b/src/components/RNTextInput.js @@ -21,7 +21,7 @@ function RNTextInput(props) { return ( { if (!_.isFunction(props.forwardedRef)) { return;