Public
Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md
X on Expo 🧠📱
X App minimal prototype built with Expo, React Native.
🧪 TODO (WIP)
- Allow drawer from anywhere when on first tab (currently only working on Grok screen during test)
- Fix performance issues
- Replace dummy auth values with proper logic
- Fix video autoplay bug
- Clean up onboarding flows (soon)
- [] Fix pager view issue to make it work on web
⚡ Quick Start
# 1. Install deps
bun install # or: npm i / yarn
# 2. Start the app
bun run dev # or: expo start --dev-client
# To run on specific platforms:
bun run android
bun run ios
bun run web