Added file delete after upload.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user