The company, that I work for, wants to develop mobile apps using react native. The idea is to reuse the content on the websites instead of creating native views.
The current decision is to implement the apps like follows:
1- Create a react native app with bottom navigation and webviews as the content.
2- Each time the user clicks on a different section of the navigation, the webview loads a different page of the website into the web view.
For example the login functionality will be the login page from the website in a webview.
Is this sort of apps allowed to be published in the appStore? My thinking is that the app will not be allowed because the content of the pages can be changed!