How to start with a web created with create react app cli?

Hi,

I have a regular web app created using create-react-app cli. I want to gradually convert it to a native iOS/Android app.

From my perspective, the logical starting point is to have an app that simply displays the web app. Is there a tutorial that shows step by step how to do it?

Thanks!