Skip to content
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
@francisco-sanchez-molina

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!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions