Naprawiono poprawne wyświetlanie zdjęcia od razu po dodaniu.
NORMALIZACJA ZDJECIA JEST NAJWAŻNIESZA
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user