How to perform Page Refresh in Native App by Appium

Can anyone please share that how Can I perform Page refresh for one particular page in my Native Mobile app.

I tried to use 'driver.navigate.refresh(); but it is not working with error as this command is not allowed.PFA for the page details in app on which I need to perform page refresh action.

Only your app can do refresh. This is not browser. You can not force it to refresh screen. Although imaging you are a user. How you can do refresh this screen with your app? You need implement same steps.

Okay Aleksei Thanks for the reply as always!!

Regards
Swati