upload file is working
This commit is contained in:
@@ -15,6 +15,8 @@ export function FileCard({ file, onPress }: FileCardProps) {
|
||||
return `${(bytes / (1024 * 1024)).toFixed(1)} MB`;
|
||||
};
|
||||
|
||||
console.log(file)
|
||||
|
||||
return (
|
||||
<TouchableOpacity style={styles.container} onPress={() => onPress?.(file)}>
|
||||
<View style={styles.header}>
|
||||
|
||||
Reference in New Issue
Block a user