Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs

I have a complete application created with React-Native.


When I will upload on AppStore returns this error.


Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs.


I believe it may be because of my splashscreen.


Declaration

@interface UIView : UIResponder

Replies

I believe that warning might be tied to a legacy uiwebview buried within something courtesy R-N ~ you should ask them what they know first.


Ken