react-nativereact-redux-form

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


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

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


Solution

  • 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