Attempted upload progress fixes.
This commit is contained in:
12
app.json
12
app.json
@@ -58,6 +58,16 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"plugins": ["sentry-expo"]
|
||||
"plugins": [
|
||||
"sentry-expo",
|
||||
[
|
||||
"expo-media-library",
|
||||
{
|
||||
"photosPermission": "Allow $(PRODUCT_NAME) to access your photos.",
|
||||
"savePhotosPermission": "Allow $(PRODUCT_NAME) to save photos.",
|
||||
"isAccessMediaLocationEnabled": "true"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user