added camera controls component and updated camera ui
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { all, call, takeLatest } from "redux-saga/effects";
|
||||
import PhotosActionTypes from "./photos.types";
|
||||
import * as FileSystem from "expo-file-system";
|
||||
|
||||
export function* onRemoveAllPhotos() {
|
||||
yield takeLatest(PhotosActionTypes.REMOVE_ALL_PHOTOS, removeAllPhotosAction);
|
||||
|
||||
Reference in New Issue
Block a user