Naprawiono poprawne wyświetlanie zdjęcia od razu po dodaniu.

NORMALIZACJA ZDJECIA JEST NAJWAŻNIESZA
This commit is contained in:
2025-05-23 21:19:11 +02:00
parent f22de8150d
commit 9d253c4c86
4 changed files with 28 additions and 22 deletions

View File

@@ -212,7 +212,7 @@ export default function FormScreen() {
placeholder="Wpisz powierzchnię"
style={{margin: 10, width: "100%"}}
value={formData.area}
keyboardType="numeric"
keyboardType="numbers-and-punctuation"
onChangeText={(e) => setFormData({...formData, area: e})}
/>
<TextInput