I was checking our dependencies for libraries which using the deprecated UIWebView since we getting this warning from Apple that The App Store will no longer accept new apps using UIWebView as of April 2020 and app updates using UIWebView as of December 2020.
So I find this binary file : react-native-gesture-handler/ios/build/RNGestureHandler/Index/DataStore/v5/records/EJ/UIWebView.h-17DCX353XRLEJ
which is for react-native-gesture-handler
library, I didn't find any reference to UIWebView
in source-code of the package though, as far as I know, Webview has been removed a year ago from this repo.
So I was wondering if this binary file in any way can be the cause of the Warning we are getting?