* refactor: update routes from /feeds to /timeline and improve timeline navigation Signed-off-by: Innei <tukon479@gmail.com> * refactor: improve timeline selector and list view rendering - Optimize timeline selector with auto-scrolling and dynamic rendering - Enhance list switch button with improved styling and title display - Memoize and optimize timeline-related hooks and components - Add utility functions for scrolling and visibility detection Signed-off-by: Innei <tukon479@gmail.com> * fix: prevent timeline selector error when timelineId is undefined - Add null check for timelineId before processing timeline selection - Ensure safe handling of timeline selector when no timeline is selected Signed-off-by: Innei <tukon479@gmail.com> * feat: add InboxSwitchButton for timeline navigation - Implement InboxSwitchButton component for inbox timeline selection - Add handling for inbox timeline in TimelineSwitchButton - Support unread indicator and navigation for inbox timelines Signed-off-by: Innei <tukon479@gmail.com> --------- Signed-off-by: Innei <tukon479@gmail.com> |
||
|---|---|---|
| .. | ||
| assets | ||
| drizzle | ||
| native | ||
| scripts | ||
| src | ||
| web-app | ||
| .env | ||
| .gitignore | ||
| README.md | ||
| app.config.ts | ||
| babel.config.js | ||
| drizzle.config.ts | ||
| eas.json | ||
| global.d.ts | ||
| metro.config.js | ||
| nativewind-env.d.ts | ||
| package.json | ||
| postcss.config.js | ||
| shim-env.d.ts | ||
| tailwind.config.ts | ||
| tailwind.dom.config.ts | ||
| tsconfig.json | ||
README.md
Follow Mobile App 📱
This is the mobile client for Follow, built with Expo. Follow organizes content into one timeline, keeping you updated on what matters, noise-free.
Features
- Customized information hub for content discovery
- AI-powered features like translation and summary
- Dynamic content support (articles, videos, images, audio)
- $POWER integration for creator economy
- Cross-platform support (iOS & Android [WIP])
- Modern UI design with native feel
Getting Started
-
Enable Corepack (if not already enabled)
corepack enable -
Install dependencies
pnpm install -
Start the development server
pnpm run dev
You can run the app on:
- iOS Simulator (
pnpm run ios) - iOS Device (
pnpm run ios:device) - Android Emulator (
pnpm run android) - Development build for full native feature testing
Project Structure
src/
├── modules/ # Feature-specific modules
│ ├── discover/ # Discovery feed features
│ └── ...
├── screens/ # App screens using file-based routing
└── ...
Development
- Built with Expo SDK [>=52]
- Uses Expo Router for navigation
- Styling with NativeWind
- State management with Jotai and Zustand
- API integration with Tanstack Query
- Full TypeScript support
Useful Resources
Need Help?
License
This project is licensed under the GNU General Public License version 3. See the main project repository for full license details.