This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
Issue running react-native-fetch-blob on 0.9.2.beta.2 #93
Closed
Description
react-native build fails with the following stack-trace:
react-native-fetch-blob/android/src/main/java/com/RNFetchBlob/RNFetchBlobReq.java:454: error: cannot find symbol
resp.close();
^
symbol: method close()
location: variable resp of type Response
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
:react-native-fetch-blob:compileReleaseJavaWithJavac FAILED