Skip to content

Making a basic hidden social media application with Supabase. (The aim is to understand the use of Supabase with React Native)

License

Notifications You must be signed in to change notification settings

burakgokcinarr/rn-supagram-social-app

Repository files navigation

React Native Social App with Supabase

Making a basic hidden social media application with Supabase. (The aim is to understand the use of Supabase with React Native)

MIT License GPLv3 License AGPL License

Kullanılan Teknolojiler

  • Expo CLI
  • React Native
  • Supabase Auth, Databases & Real Time Dataase
  • React-Navigation v6
  • Redux Toolkit
  • Custom Font
  • Secure Store

Bilgisayarınızda Çalıştırın

Projeyi klonlayın

  git clone https://github.com/burakgokcinarr/rn-supagram-social-app.git

Proje dizinine gidin

  cd app-project

Gerekli paketleri yükleyin

  npm install or yarn install or bun install

Proje Yapılandırılması ( ÖNEMLİ )

 Adım 1) https://supabase.com/ adresinden hesap oluşturun.
 Adım 2) proje ana dizinine ".env" isimli bir dosya oluşturun ve aşağıdaki uygun yerleri supabase hesabınızın API KEY'lerini değiştirin.
    EXPO_PUBLIC_API_URL=https://xxxxxxxxxxxx.supabase.co
    EXPO_PUBLIC_API_KEY=xxxxxxxxxx....xxxxxx

Cihazlarda çalıştırın ( iOS Simulator & Android Emulator or Real Devices )

  npx expo start
  for iOS           => Press Keyboard (i)
  for Android       => Press Keyboard (a)
  or
  Your Real Device  => Expo App Scan QRCode

NOT: Ayarları doğru bir şekilde uyguladıysanız artık https://supabase.com/dashboard/projects adresi üzerinden User Authorization & Database/Real Time Feature verilerinizi takip edebilirsiniz.

img

About

Making a basic hidden social media application with Supabase. (The aim is to understand the use of Supabase with React Native)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published