Hi!
My company has a client that want's a app, but he has limited resources and spent most of it on the website. He also wants a app compatible with iOS, but since he has a limited budget to pay for the service, he asked to make it only as a WebView.
I saw that UIWebView isn't allowed by Apple and that's what React Native uses.
So I started using a component plugin that uses WKWebView component for React Native. That's the one: https://github.com/CRAlpha/react-native-wkwebview
The entire app will consist only this componnt. Perhaps a Modal for SplashScreen while loading, but yeah, most of it WKWebView.
Will it be approved? Can anyone answer me this? The app is already done, but we need this confirmation.
Thanks!