While uploading app, I got this from apple,
TMS-90809: Deprecated API Usage - Apple will stop accepting submissions of new apps that use UIWebView APIs starting from April 2020. See https://developer.apple.com/documentation/uikit/uiwebview for more information.
I tried searching for the "UIWebView" in the project search option in vs code but no luck, but there is 'react-native-web' is used in the application.Could this (react-native-web) be the reason for getting a warning?And if some other component is using webView how could I identify it?
Any help would be appreciated.Thank you.
PS: Solution for windows is having high priority as I am on windows and don't have a mac system accessible right now, or else answers for any OS are welcome.