Added file delete after upload.

This commit is contained in:
Patrick Fic
2021-02-11 08:36:47 -08:00
parent 29bd2bc03e
commit 519e7a347a
6 changed files with 52 additions and 22 deletions

View File

@@ -3,6 +3,7 @@ import { ScrollView, StyleSheet, Text, View } from "react-native";
import * as Progress from "react-native-progress";
export default function UploadProgress({ uploads }) {
console.log("uploads :>> ", uploads);
return (
<View style={styles.container}>
<ScrollView>