DEV Community

Arseny
Arseny

Posted on

TwoScreens: React Native Navigation Study Expo + Tab Navigation + Screen Transitions Learning Project 🚀

Hey DEV! 👋

Study project to master React Native navigation basics. Two screens with smooth transitions using Expo and React Navigation.

🎯 What I Built (Learning Focus)

📱 HomeScreen → Bottom Tab Bar (left icon)
🔔 NotificationsScreen → User profile tap navigation
✅ Expo Go ready (npx expo start)
✅ Native navigation stack + tabs

This is a deliberate simple project to practice:

  • React Navigation setup
  • Screen transitions
  • TabBar customization
  • Expo workflow

💻 Tech Stack

  • React Native + Expo
  • react-navigation/native
  • react-navigation/bottom-tabs
  • Expo Go for instant testing
  • Native screen transitions

🚀 Quick Start

📱 Demo Flow

  • HomeScreen (with user profile)
  • ↓ tap profile name
  • NotificationsScreen

Top comments (0)