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
Description
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
Labels
No labels