A React Native app to download Instagram Media for free
Link for the Android App - https://expo.dev/artifacts/eas/cWYcjfwEv7GTriP5vEkAJo.apk
- You can download images and videos from a post
- Support selective downloads
- Supports both images and videos downloads.
Step 1: Install Node.js from the Node.js official website.
During the developement process, I used node version v16.13.0
. You can check your node version by running the following command:
node -v
Step 2: Setup React Native environment.
Follow the steps mentioned in the official documentation to setup the environment.
Step 3: Install Expo CLI.
npm install -g expo-cli
git clone https://github.com/kartikeyvaish/InstaSave.git
cd InstaSave
expo install
expo start