bhavinpankanis

Results 4 issues of bhavinpankanis

Is there any provision to add custom component within the form and get callbacks? Something like this https://github.com/hiddentao/react-native-advanced-forms

Can I have a provision to share the logs via e-mail from a production App?

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)...