diff --git a/package.json b/package.json index 95787b84a9..98e1f17309 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@fortawesome/react-native-fontawesome": "^0.3.2", "@haileyok/bluesky-video": "0.1.10", "@lingui/react": "^4.5.0", - "@haileyok/react-native-paste-input": "^0.8.1-rc.4", + "@haileyok/react-native-paste-input": "^0.8.1-rc.6", "@miblanchard/react-native-slider": "^2.3.1", "@radix-ui/react-dropdown-menu": "^2.0.6", "@react-native-async-storage/async-storage": "1.23.1", diff --git a/src/view/com/composer/text-input/TextInput.tsx b/src/view/com/composer/text-input/TextInput.tsx index a1378bd2dd..39e8aed723 100644 --- a/src/view/com/composer/text-input/TextInput.tsx +++ b/src/view/com/composer/text-input/TextInput.tsx @@ -244,12 +244,12 @@ export const TextInput = forwardRef(function TextInputImpl( allowFontScaling multiline scrollEnabled={false} - numberOfLines={4} style={[ inputTextStyle, a.w_full, {textAlignVertical: 'top', minHeight: 60}, ]} + numberOfLines={100} {...props}> {textDecorated} diff --git a/yarn.lock b/yarn.lock index a1d75405a3..7a01e0b995 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4318,10 +4318,10 @@ resolved "https://registry.yarnpkg.com/@haileyok/bluesky-video/-/bluesky-video-0.1.10.tgz#2756e8c83a78caeb6b120a175578eac1eb6889a9" integrity sha512-W8+DNdek+xjAqTO1zmuuSrkVFxDepcP8+Gs8MvIcYSgXEJlpQimZpcMwAduiDI/jZMn/2U6cnMahx7YuiZlZ7g== -"@haileyok/react-native-paste-input@^0.8.1-rc.4": - version "0.8.1-rc.4" - resolved "https://registry.yarnpkg.com/@haileyok/react-native-paste-input/-/react-native-paste-input-0.8.1-rc.4.tgz#6f66220db018b833636e026b36ad241b9b35fd6f" - integrity sha512-MtmIICSq1eWTAHhzVA/+6DOwCFybOMJOXgq6vJzQL5C/bLLe06jEII5bPCcz/+V96LNRWySxLuWGBbvpP7nzXQ== +"@haileyok/react-native-paste-input@^0.8.1-rc.6": + version "0.8.1-rc.6" + resolved "https://registry.yarnpkg.com/@haileyok/react-native-paste-input/-/react-native-paste-input-0.8.1-rc.6.tgz#17b92023f43af67134c7a0c06e6f5c428b570306" + integrity sha512-5pIBUOfQd6iY+08fd9kNqHUf9MZv/bvu5CcCisQT7zZB4/Or7H3YzqfXQsA00pli2pg7eUINz4Wy3Ua++wo8jA== dependencies: semver "7.6.0"