more fixes

This commit is contained in:
Hailey
2024-10-06 19:03:47 -07:00
parent 833fdb5aa7
commit 1cb4384ef5
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
"@fortawesome/react-native-fontawesome": "^0.3.2", "@fortawesome/react-native-fontawesome": "^0.3.2",
"@haileyok/bluesky-video": "0.1.10", "@haileyok/bluesky-video": "0.1.10",
"@lingui/react": "^4.5.0", "@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", "@miblanchard/react-native-slider": "^2.3.1",
"@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-dropdown-menu": "^2.0.6",
"@react-native-async-storage/async-storage": "1.23.1", "@react-native-async-storage/async-storage": "1.23.1",
@@ -244,12 +244,12 @@ export const TextInput = forwardRef(function TextInputImpl(
allowFontScaling allowFontScaling
multiline multiline
scrollEnabled={false} scrollEnabled={false}
numberOfLines={4}
style={[ style={[
inputTextStyle, inputTextStyle,
a.w_full, a.w_full,
{textAlignVertical: 'top', minHeight: 60}, {textAlignVertical: 'top', minHeight: 60},
]} ]}
numberOfLines={100}
{...props}> {...props}>
{textDecorated} {textDecorated}
</PasteInput> </PasteInput>
+4 -4
View File
@@ -4318,10 +4318,10 @@
resolved "https://registry.yarnpkg.com/@haileyok/bluesky-video/-/bluesky-video-0.1.10.tgz#2756e8c83a78caeb6b120a175578eac1eb6889a9" resolved "https://registry.yarnpkg.com/@haileyok/bluesky-video/-/bluesky-video-0.1.10.tgz#2756e8c83a78caeb6b120a175578eac1eb6889a9"
integrity sha512-W8+DNdek+xjAqTO1zmuuSrkVFxDepcP8+Gs8MvIcYSgXEJlpQimZpcMwAduiDI/jZMn/2U6cnMahx7YuiZlZ7g== integrity sha512-W8+DNdek+xjAqTO1zmuuSrkVFxDepcP8+Gs8MvIcYSgXEJlpQimZpcMwAduiDI/jZMn/2U6cnMahx7YuiZlZ7g==
"@haileyok/react-native-paste-input@^0.8.1-rc.4": "@haileyok/react-native-paste-input@^0.8.1-rc.6":
version "0.8.1-rc.4" version "0.8.1-rc.6"
resolved "https://registry.yarnpkg.com/@haileyok/react-native-paste-input/-/react-native-paste-input-0.8.1-rc.4.tgz#6f66220db018b833636e026b36ad241b9b35fd6f" resolved "https://registry.yarnpkg.com/@haileyok/react-native-paste-input/-/react-native-paste-input-0.8.1-rc.6.tgz#17b92023f43af67134c7a0c06e6f5c428b570306"
integrity sha512-MtmIICSq1eWTAHhzVA/+6DOwCFybOMJOXgq6vJzQL5C/bLLe06jEII5bPCcz/+V96LNRWySxLuWGBbvpP7nzXQ== integrity sha512-5pIBUOfQd6iY+08fd9kNqHUf9MZv/bvu5CcCisQT7zZB4/Or7H3YzqfXQsA00pli2pg7eUINz4Wy3Ua++wo8jA==
dependencies: dependencies:
semver "7.6.0" semver "7.6.0"