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)