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
- git clone https://github.com/Arvik1982/TwoScreens.git
- cd TwoScreens
- npm install
- npx expo start
📱 Demo Flow
- HomeScreen (with user profile)
- ↓ tap profile name
- NotificationsScreen
Top comments (0)