react-native-form-generator icon indicating copy to clipboard operation
react-native-form-generator copied to clipboard

Generate forms with native look and feel in a breeze

Results 69 react-native-form-generator issues
Sort by recently updated
recently updated
newest added

Allow helpTextContainer and helpText to be styled via props from a field `let helpTextStyles = StyleSheet.create({ ``` helpTextContainer:{ marginTop:9, marginBottom: 25, paddingLeft: 20, paddingRight: 20, }, helpText:{ color: 'red' }...

Hi Could you provide me with the initial Value example for this as in my use case I need to render a form with some initial values and then change...

I am able to retrieve the updated value but its not inserting in formdata {}. Please provide input My code is as follows: handleChange(event){ var value = event.nativeEvent.text; this.setState({value:value}); console.log('value',value)...

Hi, I created a custom component for an image picker, and placed it as a custom field to my form, but I can't figure out how to make the selected...

String refs are deprecated, so this feels like a bad position to be in.

...InputField ref='homologadorNome' label='Homologador' placeholder='Informe o Nome' value={this.state.formData.homologadorNome}/>

On Android, label width is above TextInput and are same width

i am changing style inside TextField but no effect on style of textfield.

I'd like to achieve following effect (Name and Age fields just under their labels and in one horizontal line) using InputFields: ![image](https://cloud.githubusercontent.com/assets/17836911/22564437/d0048748-e984-11e6-87a0-a9cd5b4a1749.png) I tried setting them width but no luck....