Ionic React: How do I disable on iOS Swipe Right?

This is what happens right now:

I’m on the Homepage. I use navigate.push to go into an article.
Now from that article I will go back to Homepage using IonButtonBack, or the user can Swipe left to go back to homepage.

Now the user is on Homepage. Now if he swipes from the right, he’ll go back inside the article. And I don’t want that to happen. How can I disable that ?

The same bug happens on Login page. The user moves to login page, I pop the Homepage screen. All good. But on iOS they can swipe right to go to the Article page still ? It seems the article page is not being popped by Ionic Framework Router…

What I would do if it’s possible: Can I detect when the component has been dismounted and pop it from the navigation stack myself ?