FixUploading Issues on newpost
This commit is contained in:
@@ -42,10 +42,10 @@ let NewPostView = (props) => {
|
||||
mediaTypes: ImagePicker.MediaTypeOptions.Images,
|
||||
//allowsEditing: true,
|
||||
//aspect: [4, 3],
|
||||
quality: 0.7,
|
||||
quality: 0.2,
|
||||
allowsMultipleSelection: true,
|
||||
});
|
||||
if (!result.cancelled) {
|
||||
if (!result.canceled) {
|
||||
setPhoto(result);
|
||||
let newPhotoURLs = await handleUploadPhoto(result);
|
||||
let newExtraContent = [extraContent]
|
||||
|
||||
Reference in New Issue
Block a user