Folo/apps/mobile
Innei 295b99e2ca
chore: update deps
Signed-off-by: Innei <tukon479@gmail.com>
2025-02-03 01:45:49 +08:00
..
assets feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
drizzle feat: basic entry data sync (#2597) 2025-01-17 21:12:38 +08:00
native chore: update deps 2025-02-03 01:45:49 +08:00
scripts feat: add custom app delegate for tint color configuration (#2579) 2025-01-15 18:03:15 +08:00
src fix(rn-entry): entry content layout 2025-01-26 23:05:54 +08:00
.env feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
.gitignore feat: use expo module to write native component/module (#2675) 2025-02-02 23:55:05 +08:00
README.md docs(mobile): Update README with comprehensive project overview and development details 2025-01-26 21:10:29 +08:00
app.config.ts refactor(rn): discover header to apply blur effect 2025-01-23 16:19:38 +08:00
babel.config.js fix: use babel to resolve 2025-01-02 11:53:38 +08:00
drizzle.config.ts feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
eas.json feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
global.d.ts feat(rn-settings): impl about page 2025-01-20 22:02:39 +08:00
metro.config.js feat: use expo module to write native component/module (#2675) 2025-02-02 23:55:05 +08:00
nativewind-env.d.ts feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
package.json chore: update deps 2025-02-03 01:45:49 +08:00
postcss.config.js chore: bring back tailwind config for dom 2025-01-08 20:59:03 +08:00
shim-env.d.ts feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
tailwind.config.ts feat: integrate react-native-uikit-colors for improved theming and UI consistency 2025-01-18 16:59:29 +08:00
tailwind.dom.config.ts feat: html render for native (#2346) 2024-12-30 10:28:52 +08:00
tsconfig.json feat: use expo module to write native component/module (#2675) 2025-02-02 23:55:05 +08:00

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

  1. Enable Corepack (if not already enabled)

    corepack enable
    
  2. Install dependencies

    pnpm install
    
  3. 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?

  • Join our Discord
  • Follow us on Twitter
  • Contact the mobile development team

License

This project is licensed under the GNU General Public License version 3. See the main project repository for full license details.