diff options
author | Hailey <me@haileyok.com> | 2024-05-01 12:42:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-01 20:42:11 +0100 |
commit | 333ccdad39fd2013615d9f53645763fe85c3e568 (patch) | |
tree | 982a0c066ec8f10bcbc987c62b196230749ee439 /package.json | |
parent | 6f9993ca55f0c01509c1a159b225d73f75ed8778 (diff) | |
download | voidsky-333ccdad39fd2013615d9f53645763fe85c3e568.tar.zst |
[Clipclops] Dynamic input height (#3778)
* input max height/scrollability * remove unused imports * add a web-specific version * enter and shift enter for web * missing onSubmit for native * missing attributes * improve layout of input on web * use the correct text color in the input * trim messages * remove `onSubmit` * move prop up * trim message on web * remove extra function call --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 9df20604a..eec87ce60 100644 --- a/package.json +++ b/package.json @@ -185,6 +185,7 @@ "react-native-web-webview": "^1.0.2", "react-native-webview": "13.6.4", "react-responsive": "^9.0.2", + "react-textarea-autosize": "^8.5.3", "rn-fetch-blob": "^0.12.0", "sentry-expo": "~7.0.1", "statsig-react-native-expo": "^4.6.1", |