How to set hidden fields in redux form in react native?

Roy CL picture Roy CL · May 27, 2017 · Viewed 15.3k times · Source

How to set hidden fields in redux form in react native ?

i jsut cannot find any way on how to do that . any help?

Answer

Roy CL picture Roy CL · Jul 27, 2017

i ended using this :

this.props.dispatch(change("FORM_NAME","FIELD_NAME","VALUE")) 

after this code runs, the form will create the field if it does not exists