Wysyłanie zdjęć na backend i ich odbieranie
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { View, ScrollView, StyleSheet, ActivityIndicator } from "react-native";
|
||||
import { View, ScrollView, StyleSheet } from "react-native";
|
||||
import { useEffect } from "react";
|
||||
import { useTheme, Text, Card } from "react-native-paper";
|
||||
import { useLocalSearchParams } from "expo-router";
|
||||
@@ -33,7 +33,7 @@ export default function Location() {
|
||||
<Card style={{ margin: 10 }}>
|
||||
<Card.Cover
|
||||
style={{ marginBottom: 10 }}
|
||||
source={{ uri: location.image }}
|
||||
source={location.imageSource}
|
||||
/>
|
||||
<Card.Content style={{ marginBottom: 10 }}>
|
||||
<Text variant="headlineLarge" style={{ marginBottom: 10 }}>
|
||||
|
||||
Reference in New Issue
Block a user