about summary refs log tree commit diff
path: root/ios/app
diff options
context:
space:
mode:
authorJoão Ferreiro <joaoferreiro5@gmail.com>2022-12-02 16:41:01 +0000
committerGitHub <noreply@github.com>2022-12-02 10:41:01 -0600
commit67c4dcff3731444c6e6eadcbed1d55bd503bda4a (patch)
treefc15ad58ca5694135851e189faf8a389ff5c933d /ios/app
parent7ae1bac6208c6c00363aae344c76261a28433614 (diff)
downloadvoidsky-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 'ios/app')
-rw-r--r--ios/app/Info.plist4
1 files changed, 4 insertions, 0 deletions
diff --git a/ios/app/Info.plist b/ios/app/Info.plist
index 416d55759..5b5202592 100644
--- a/ios/app/Info.plist
+++ b/ios/app/Info.plist
@@ -48,8 +48,12 @@
 			</dict>
 		</dict>
 	</dict>
+	<key>NSCameraUsageDescription</key>
+	<string></string>
 	<key>NSLocationWhenInUseUsageDescription</key>
 	<string></string>
+	<key>NSPhotoLibraryUsageDescription</key>
+	<string></string>
 	<key>UILaunchStoryboardName</key>
 	<string>LaunchScreen</string>
 	<key>UIRequiredDeviceCapabilities</key>