diff options
author | João Ferreiro <joaoferreiro5@gmail.com> | 2022-12-02 16:41:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-02 10:41:01 -0600 |
commit | 67c4dcff3731444c6e6eadcbed1d55bd503bda4a (patch) | |
tree | fc15ad58ca5694135851e189faf8a389ff5c933d /package.json | |
parent | 7ae1bac6208c6c00363aae344c76261a28433614 (diff) | |
download | voidsky-67c4dcff3731444c6e6eadcbed1d55bd503bda4a.tar.zst |
Upload image in composer (#27)
* upload images in composer v1 * fix android compile * reafctor image carousel into new component; fix photo overlapping text in composer * revert android changes * further refactoring code into different components * move show carousel out of the component * fixing add photo using camera * fix typescript issue; force mediatype photo * change post test with photo attached; remove auto linking settings * use runInAction in getPhotos model * react-hooks/exhaustive-deps fixes * crop every photo; make use of useCallback * moving placeholder condition * Cleanup Co-authored-by: Paul Frazee <pfrazee@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 44b47d53c..3e0afb334 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "@fortawesome/react-native-fontawesome": "^0.3.0", "@gorhom/bottom-sheet": "^4", "@react-native-async-storage/async-storage": "^1.17.6", + "@react-native-camera-roll/camera-roll": "^5.1.0", "@react-native-clipboard/clipboard": "^1.10.0", "@zxing/text-encoding": "^0.9.0", "base64-js": "^1.5.1", @@ -34,6 +35,7 @@ "react-native": "0.68.2", "react-native-appstate-hook": "^1.0.6", "react-native-gesture-handler": "^2.5.0", + "react-native-image-crop-picker": "^0.38.1", "react-native-inappbrowser-reborn": "^3.6.3", "react-native-linear-gradient": "^2.6.2", "react-native-pager-view": "^6.0.2", |