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)