X App minimal prototype built with Expo, React Native.
- 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
# 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