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.

Typo in Readme manual linking #76

Closed
@mlumbroso

Description

@mlumbroso

Hi,

a small issue on Readme Android install :

+ project(':react-native-fetch-blob').projectDir = new File(rootProject.projectDir,
' ../node_modules/react-native-fetch-blob/android')       

There is a space in the beginning of the path that prevents building the app, just remove it :

+ project(':react-native-fetch-blob').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-fetch-blob/android')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions