Tutorial 3: Add new Create Button and connect to create a new post Form

Tutorial 3: Add new Create Button and connect to create a new post Form

To able user create a new post, we need to add a button and navigate the user to create form.

Step 1: Add a button to the app's home screen

Extends the PostApi::getAppSetting method in the previous tutorial as follows
PostApi.php
/**