MichaelCereda/react-native-form-generator

Problem with horizontal alignment of InputField

MikeDabrowski opened this issue · 3 comments

I'd like to achieve following effect (Name and Age fields just under their labels and in one horizontal line) using InputFields:
image
I tried setting them width but no luck. Even putting them into doesn't help because I receive warnings
image
image

and can't read value from them. Using TextInput, on the other hand doesn't allow me fetching the data as form generator does (into formData array)

@MikeDabrowski take a look at #102, I think it's related to what you're seeing

zurez commented

Having same issue.

zurez commented

Not able to set width.