Hello people,
So I've built two apps and have come up with this same issue and not sure what's going on wrong.
The issue is:
* I have two screens, say screen A and B.
* Screen A has a button that says 'create new record' which will navigate the user to screen B
* On the first time visit to Screen B, which has a new form to add a record, this new form is not visible (this happens the first time you open and start the app)
* To add to it the form's default mode is also new and it's visible property is also true
The way I get around this issue:
* is to navigate back to screen A from screen B then from screen A, I navigate to screen B again(which has the new form). After visiting screen B the second time and on the new form becomes visible.
* or to attempt to submit the new form which isn't visible with a submit button and then it becomes visible with error messages since some fields are required.
Again from the second time and on visits to screen B the new form is always visible.