react-native-form-generator
react-native-form-generator copied to clipboard
Problem with horizontal alignment of InputField
I'd like to achieve following effect (Name and Age fields just under their labels and in one horizontal line) using InputFields:
I tried setting them width but no luck. Even putting them into <View> doesn't help because I receive warnings
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
Having same issue.
Not able to set width.