app integraded :)😈

This commit is contained in:
2021-11-02 21:38:46 +01:00
parent ad391b69f6
commit e202b7a160
29 changed files with 307 additions and 228 deletions

View File

@@ -84,7 +84,7 @@ const ModalAddIngredients = (props) => {
<IconMeal />
<Input
style={{ fontSize: 20, width: 100 }}
type="number-pad"
keyboardType={"number-pad"}
value={servings}
onChangeText={(text) => setServings(text)}
min={amountOfServings}