Getting security issues saying WebViews Allowing Access to Local Resources for Android in react native
I am using the latest version of the react-native-webview:13.12.5
in my react native app. I have been seeing the security issues related to WebViews Allowing Access to Local Resource for the Android pointing out to the setAllowFileAccess
setAllowFileAccessFromFileURLs
setAllowUniversalAccessFromFileURLs
setAllowContentAccess
mentioning that these are enabled in the package or code.
My project has these as SDK version.