How to download Image from URL into Gallery in react native

We are going to learn how to download Image from URL into Gallery in react native. we will use a npm library called rn-fetch-blob .

Note: rn-fetch-blob version 0.10.16 is only compatible with react native 0.60 and up.

Install the library.
open your terminal and run a command:
npm install --save rn-fetch-blob



Comments