@ -106,6 +106,7 @@ function AppFormField({
name,
width,
increaseDecreaseButtons = false,
flex = 0,
...otherProps
}) {
const {
@ -118,7 +119,7 @@ function AppFormField({
} = useFormikContext();
return (
<View>
<View flex={flex}>
<View
style={{
paddingLeft: 16,