Resolve image/video issues during upload by using local URI.
This commit is contained in:
@@ -5,7 +5,7 @@ const INITIAL_STATE = {
|
||||
cameraJob: null,
|
||||
documentUploadInProgress: null,
|
||||
documentUploadError: null,
|
||||
deleteAfterUpload: true,
|
||||
deleteAfterUpload: false,
|
||||
};
|
||||
|
||||
const appReducer = (state = INITIAL_STATE, action) => {
|
||||
|
||||
Reference in New Issue
Block a user