Building a TwitterApp in React Native is a practical way to learn UI design, state management, API integration, and real-time updates in mobile app development.
Use expo-router to build native navigation using files in the app/ directory.
npx create-expo-app@latest TwitterAPp --templategit clone https://github.com/nikul6/TwitterApp.gitand then install node-modules
npm installand then run the expo app
npx expo start| Home | TweetDetails | NewTweet | Drawer |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |



