Skip to content

Instagram Clone built with Supabase & React Native

Notifications You must be signed in to change notification settings

vbylen/instaclone

 
 

Repository files navigation

Instaclone

Instagram clone built with Supabase & React Native.

Installation

Install dependencies -

yarn
or
npm install

Setup Supabase Project and configure supabaseClient.ts

Use the Database structure from db_structure.sql in Supabase.

Enable Google Auth in Supabase ,and set up Google Cloud Project and add Oauth Clients in Supabase App Dashboard.

Set Environment Variables.

SUPABASE_KEY
SUPABASE_URL

Start metro bundler

yarn start
or
npm run start

Build Application.

Make sure a physical device is connected & detected in adb OR emulator is installed & running.

yarn android
or
npm run android

Note

This is not a 1:1 Replica of Instagram and will never be. The aim of this project was to try and test out Supabase.

About

Instagram Clone built with Supabase & React Native

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.0%
  • Objective-C 1.7%
  • Java 1.3%
  • JavaScript 0.4%
  • Ruby 0.3%
  • Starlark 0.2%
  • Shell 0.1%