Skip to content

App to download images and videos from Instagram - Developed with React-Native

Notifications You must be signed in to change notification settings

sf27/StalkGramReactNative

Repository files navigation

#StalkGram React-Native

This is an Android App to download videos and images from Instagram.

This is an improved version of Stalkgram

Use case

Just copy the link of an image in the app, and press the FloatingActionButton of the app.

A progress bar is going to show you how long it takes to download the file. Once the file was downloaded, you can share it or set as profile picture.

Run the project

  1. First, clone de Github project:
    git clone https://github.com/sf27/StalkGramReactNative && cd StalkGramReactNative
  2. Run the following command:
    npm install
  3. Specify the Android SDK path:
    • Create the local.properties file
      vim android/local.properties
    • And add the following variable.:
      sdk.dir=<dir>/Android/adt-bundle-linux-<platform>/sdk
    • Save the changes:
      :wq
  4. Run the server:
    react-native start
  5. Run the app:
    react-native run-android

Build a release

  1. Run the following command:
    cd android && ./gradlew assembleRelease
  2. Find the *.apk signed:
    StalkGramReactNative/android/app/build/outputs/apk/app-release.apk

Note: This is a version of StalkGramPlus developed with React-Native.

JavaRepo
KotlinRepo
React-Native WebSite

About

App to download images and videos from Instagram - Developed with React-Native

Resources

Stars

Watchers

Forks

Packages

No packages published