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 --template
git clone https://github.com/nikul6/TwitterApp.git
and then install node-modules
npm install
and then run the expo app
npx expo start
Home | TweetDetails | NewTweet | Drawer |
---|---|---|---|