nikul6 / TwitterApp

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:TypeScript 98.1%Language:JavaScript 1.9%