I want to reset all fields and options after submitting. i.e I want to reload the screen after submitting. I'm using the bottom nav tab .how do I achieve this?? in react native expo. -- another way than using setState for every field.
You need to save all field data in state and also need to provide that state in fields as well and try to clear state it will clear field as well