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.
Fail to compile 0.10.0-beta.5 react-native-fetch-blob in android #172
Closed
Description
This is the fail:
`
node_modules/react-native-fetch-blob/android/src/main/java/com/RNFetchBlob/RNFetchBlob.java:9: error: cannot find symbol
import com.facebook.react.LifecycleState;
^
symbol: class LifecycleState
location: package com.facebook.react
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
FAILURE: Build failed with an exception.
`
I solve it removing the import
Thanks!