diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-06-27 09:52:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-27 09:52:49 -0500 |
commit | bfaa6d73f37f251259c521befa9e9ee8ea877560 (patch) | |
tree | 8396bbed4ecd8d989c71658aed568ce78be863ad /package.json | |
parent | 25b3e14926d2d565b37c3ff715897ca7c513a0d2 (diff) | |
download | voidsky-bfaa6d73f37f251259c521befa9e9ee8ea877560.tar.zst |
Improvements to the alt text behaviors in the composer (#910)
* Add an image preview in the alt modal * Composer: add info about alt text and a green checkmark when done * Shrink the alt visual indicator a bit so it doesnt obscure the image * Fix typo * Fix: avoid requiring multiple tabs to save alt text * update react-native-screens * Improve the alt text help tip * Remove redundant hints --------- Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0fe3e7f61..638bb6c97 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "react-native-reanimated": "^3.3.0", "react-native-root-siblings": "^4.1.1", "react-native-safe-area-context": "^4.4.1", - "react-native-screens": "^3.13.1", + "react-native-screens": "^3.20.0", "react-native-splash-screen": "^3.3.0", "react-native-svg": "13.4.0", "react-native-url-polyfill": "^1.3.0", |