Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Oct 7, 2024
1 parent 833fdb5 commit 1cb4384
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/view/com/composer/text-input/TextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
</PasteInput>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 1cb4384

Please sign in to comment.