mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-23 11:48:16 +00:00
Update README.md
This commit is contained in:
parent
c3af8d87b6
commit
ed3763fa94
@ -111,19 +111,19 @@ Called on an image fetching error.
|
||||
|
||||
```bash
|
||||
# Install SDWebImage submodules.
|
||||
|
||||
git submodule update --init --recursive
|
||||
# Install npm deps.
|
||||
|
||||
# Install npm dependencies.
|
||||
yarn
|
||||
```
|
||||
|
||||
To update the example project modules you will need to run:
|
||||
|
||||
```bash
|
||||
rm -rf node_modules && npm i
|
||||
npm install
|
||||
```
|
||||
|
||||
In the example folder. The npm usage is because
|
||||
The npm usage is because
|
||||
yarn will cache locally installed packages and not update them
|
||||
if the version does not change.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user