You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
Whatever I do I can't get the IDE (Android Studio,latest version) to recognize all packages used by the Android code of this package.
I managed to get rid of errors for "okhttp3" related imports by adding compile 'com.squareup.okhttp3:okhttp:+' to build.gradle's "dependencies" section, but I still get "Cannot resolve symbol" for "com.facebook.react.modules.network.CookieJarContainer", "com.facebook.react.modules.network.TLSSocketFactory", "okhttp3.JavaNetCookieJar".
I added the code shown there to the RNFetchBlobReq.java function and while I don't know if it works at least I see no complains, I'll submit it in an upcoming PR but it needs to be tested.