Cohorts
  • Discover
  • About Us
  • Blog
  • Patika.dev
  • Web3

React Native

Mobil Programlama
Mobil Uygulama Geliştirme Nedir
Mobil Uygulama Geliştirme Analizi
Mobil Uygulama Geliştirmede UI & UX
Mobil Uygulama Geliştirmede Renkler

React Native Ortamı
React Native Nasıl Çalışır
macOS Kurulumu
Windows Kurulumu
Proje Dizini Genel
Proje Dizini Android
Proje Dizini iOS

React & React Native Temelleri
React Native Temelleri-Bölüm Tanıtımı
JSX Giriş
JSX & React Native Döküman İncelemesi
Component Yapısı
Component Yapısı (Devam)
Stillendirmeye Giriş
Flex Yapısı
Flex Yapısı (Devam)
Custom Component
Custom Component (Devam)
News App
Patistore

State ve Lifecycle
State ve Lifecycle-Bölüm Tanıtımı
State Giriş
State Devam
Lifecycle Giriş
Lifecycle Devam (Declarative State Yapısı)
Lifecycle Devam (Mount)
Lifecycle Devam (Clean up)
Class vs Functional Component
Music App (İnceleme)
Music App
Music App (Devam)
ToDo

Navigasyon
Navigasyon-Bölüm Tanıtımı
React Navigation Paketinin İncelenmesi
React Navigation Paket Kurulumu
React Navigation Paketine Başlangıç
Sayfalar Arası Geçiş
Sayfa Geçişlerinde Veri Aktarma
Kebap Fitness App
Tab & Drawer Navigator Modülleri
Nested Navigation Yapısı

Web API-Bölüm Tanıtımı
Web API nedir?
JSON Veri Tipi
Axios paketi ile HTTP Request
Promise Çözümleme (then&catch)
Promise Çözümleme (async&await)
Çekilen Veriyi Görüntüleme
Dükkan (Veri çekme ve tasarım )
Dükkan (Custom Hook yapısı)
Dükkan (Lottie paketi ile animasyonlar)
Dükkan (Detay sayfası)
Tarifka

State Management (Redux)
State Management nedir?
Redux ile State Management Temelleri
Redux Detayları ve Tekrar
Mevcut Bir Yapıya Redux Entegrasyonu
Dükkan (Login Tasarımı)
Dükkan (Formik)
Dükkan (Vector Icons)
Dükkan (usePost Custom Hooku)
Dükkan (Redux Yapısı)
Dükkan (Logout)
kodwork

Firebase Tanıtımı ve Kurulumu
Firebase Auth Modülü
Firebase Realtime DB
Firebase Realtime DB (Devam)
bana ne? (Generic Style)
bana ne? (Auth sayfaları)
bana ne? (Auth işlemleri)
bana ne? (Content Input componenti)
bana ne? (Content göndermek)
bana ne? (Content çekmek)
bana ne? (Log out işlemleri)
bana ne? (Dislike??)
bana ne? (Uygulamayı tamamlayış)
Codetalks

Uygulama İcon Değiştirme (Android)
Uygulama İcon Değiştirme (iOS)
Uygulama Release Alma (Android)
Uygulama Release Alma (iOS)
Uygulama Mağazası (App Store Connect)
Uygulama Mağazası (Google Play Console)

Test Nedir? Neden Yazılır?
İlk Testimizi Yazalım
Fonksiyon Test Etme
Örnek-Stil Testi
Uygulamanın Genel Testi
Coverage

GCP ve API Key Alma
Maps Paketinin Yüklenmesi
Harita Verisinin Çekilmesi
Loading Componenti
Markerleri Görüntüleme
useRef Hook'u ve Zoom İşlemi
User Card Modal Eklentisi

Proje Raporu Nedir
Örnek Proje Raporu Çıkarma

PatikaStore


Patikamız artık ürün satacakmış. Senin de tasarım konusunda yardım etmen gerek.


Bir arama çubuğu ve tasarımdaki gibi bir ürün listelenmesi yapman lazım. Arama çubuğunun fonksiyonelliğine şimdilik ihtiyaç yok. Kullanıcıdan yazı girişi alabileceğin component için React Native dökümanını kurcalaman lazım.


Listeleme işlemi için FlatList kullanman gerek. Ekrandaki gibi iki sütunluk görünüm için birazcık dökümana göz atabilirsin.


Kullanacağın JSON datası da aşağıda mevcut


Kolaylıklar :)


store-1

store-2


[
  {
    id: 0,
    title: 'Xiaomi Mi True Wireless Earbuds',
    imgURL:
      'https://m.media-amazon.com/images/I/51uguxa9nYL._AC._SR360,460.jpg',
    price: '₺134,77',
    inStock: true,
  },
  {
    id: 1,
    title: 'General Mobile GM 20',
    imgURL:
      'https://m.media-amazon.com/images/I/51lK00mvFaL._AC._SR180,230.jpg',
    price: '₺1.810,21',
    inStock: true,
  },
  {
    id: 2,
    title: 'Philips 58PUS8505/62 The One',
    imgURL:
      'https://m.media-amazon.com/images/I/71zLCzJcXaL._AC._SR360,460.jpg',
    price: '₺6.992,25',
    inStock: false,
  },
  {
    id: 3,
    title: 'LG 49UM7100PLB Ultra HD 4K',
    imgURL:
      'https://m.media-amazon.com/images/I/71gAldY8eGL._AC._SR360,460.jpg',
    price: '₺4.614,38',
    inStock: true,
  },
  {
    id: 4,
    title: 'Samsung Galaxy M31 SM-M315F',
    imgURL:
      'https://m.media-amazon.com/images/I/71mUIp9oCXL._AC._SR360,460.jpg',
    price: '₺2.995,80',
    inStock: true,
  },
  {
    id: 5,
    title: 'Apple AirPods Series 2',
    imgURL:
      'https://m.media-amazon.com/images/I/51XanmiXw0L._AC._SR360,460.jpg',
    price: '₺1.299,00',
    inStock: true,
  },
  {
    id: 6,
    title: 'Lenovo Tab M10 Plus',
    imgURL:
      'https://m.media-amazon.com/images/I/81JR-A35D0L._AC._SR360,460.jpg',
    price: '₺2.496,50',
    inStock: false,
  },
  {
    id: 7,
    title: 'Xiaomi Redmi 20000 Mah',
    imgURL:
      'https://images-na.ssl-images-amazon.com/images/I/41vVdTukkgL._AC_SX522_.jpg',
    price: '₺134,70',
    inStock: false,
  },
  {
    id: 8,
    title: 'Xiaomi Mijia Smart Home 360',
    imgURL:
      'https://images-na.ssl-images-amazon.com/images/I/31G-rIrW9zL._AC_UL320_SR226,320_.jpg',
    price: '₺269,73',
    inStock: true,
  },
  {
    id: 9,
    title: 'Xiaomi Mi Box S 4K Ultra HD',
    imgURL:
      'https://images-na.ssl-images-amazon.com/images/I/31sNKUGwNUL._AC_.jpg',
    price: '₺478,53',
    inStock: true,
  },
  {
    id: 10,
    title: 'Haylou Solar LS-5 Smartwatch',
    imgURL:
      'https://images-na.ssl-images-amazon.com/images/I/51kfZ4W9YSL._AC_SX522_.jpg',
    price: '₺296,00',
    inStock: true,
  },
];

Ödev

Submit your work to complete this lesson.

Join the project workspace to share your solution and receive feedback.

Previous
Next

Lesson discussion

Swap insights and ask questions about “React Native”.

Enroll to participate
Start the course to unlock the discussion. Enrolling helps us keep conversations relevant to learners.
Cohorts
WebsiteDiscoverBlogPatika.devRise In
CoursesCircleRustSoliditySolanaWeb3 FundamentalsBlockchain Basics
CompanyAbout UsTerms of UsePrivacy PolicyGDPR NoticeCookies
Don't miss any update!

Disclaimer: The information, programs, and events provided on https://cohorts.patika.dev is strictly for upskilling and networking purposes related to the technical infrastructure of blockchain platforms. We do not provide financial or investment advice, nor do we make any representations regarding the value, profitability, or future price of any blockchain or cryptocurrency. Users are encouraged to conduct their own research and consult with licensed financial professionals before engaging in any investment activities. https://cohorts.patika.dev disclaims any responsibility for financial decisions made by users based on the information provided here.

© 2026 Cohorts, All rights reserved