Skip to content

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.

Notifications You must be signed in to change notification settings

nikul6/TwitterApp

Repository files navigation

TwitterApp - using Expo Router, TypeScript and React Navigation

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.

🚀 How to create Expo app

npx create-expo-app@latest TwitterAPp --template

🚀 How to clone this repo

git clone https://github.com/nikul6/TwitterApp.git

and then install node-modules

npm install

and then run the expo app

npx expo start

🚀 UI

Home TweetDetails NewTweet Drawer
alt text alt text alt text alt text

📝 Notes

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published