React-native-fast-image: Problem adding git repo to dependencies

Created on 22 Jun 2018  路  2Comments  路  Source: DylanVann/react-native-fast-image

Hey, i've been trying to add this repo as a dependency to a project using yarn using the following command:

yarn add https://github.com/DylanVann/react-native-fast-image.git

However it fails with

git submodule update --init --recursive
fatal: Not a git repository (or any of the parent directories): .git
error Command failed with exit code 128.

Is there anyway to fix this? We are already using version 4.0.14 but want to upgrade to the latest master build as it has features that we really require for our app.

Most helpful comment

Solved.

Worked when i used:

yarn add DylanVann/react-native-fast-image

All 2 comments

Solved.

Worked when i used:

yarn add DylanVann/react-native-fast-image

@Mikunj Thanks a lot!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

StiffFy picture StiffFy  路  3Comments

pehagg picture pehagg  路  3Comments

Aligertor picture Aligertor  路  3Comments

OmarBasem picture OmarBasem  路  3Comments

Doko-Demo-Doa picture Doko-Demo-Doa  路  3Comments