Folo/apps/mobile
DIYgod 7cb35c4d7c docs(mobile): prepare release metadata 2026-06-22 14:48:30 +08:00
..
assets feat(mobile): upgrade expo sdk 55 and rnfirebase 2026-04-10 22:42:21 +08:00
build chore(firebase): switch to diygod Firebase config (#4868) 2026-02-22 15:15:13 +08:00
changelog docs(mobile): prepare release metadata 2026-06-22 14:48:30 +08:00
code-signing
e2e fix(mobile): update auth e2e flows 2026-04-02 19:14:42 +08:00
ios release(mobile): release v0.5.4 2026-05-29 15:34:49 +08:00
native feat(mobile): upgrade expo sdk 55 and rnfirebase 2026-04-10 22:42:21 +08:00
plugins fix(mobile): align expo sdk 55 build deps 2026-04-15 08:39:04 +08:00
scripts feat: cache storefront versions for ota policy 2026-04-12 22:21:20 +08:00
src fix(mobile): preserve social timeline scroll reset 2026-06-05 10:26:09 +08:00
web-app fix: dedupe code blocks with nested line divs 2026-06-05 19:44:07 +08:00
.env.example
.gitignore feat: add cross-platform e2e coverage (#4901) 2026-03-10 11:32:00 +08:00
.watchmanconfig
AGENTS.md
README.md chore: update license 2025-12-28 18:27:30 +08:00
app.config.base.ts fix(ota): sign manifests and pin runtime version 2026-04-11 19:45:11 +08:00
app.config.js feat(mobile): upgrade expo sdk 55 and rnfirebase 2026-04-10 22:42:21 +08:00
babel.config.js
bump.config.ts feat(release): drive mobile release mode from config files 2026-04-11 16:22:05 +08:00
eas.json fix(ci): build release apk with production profile 2026-04-18 11:41:24 +08:00
global.d.ts
metro.config.js feat(mobile): upgrade expo sdk 55 and rnfirebase 2026-04-10 22:42:21 +08:00
nativewind-env.d.ts
package.json release(mobile): release v0.5.4 2026-05-29 15:34:49 +08:00
postcss.config.mjs feat(mobile): upgrade expo sdk 55 and rnfirebase 2026-04-10 22:42:21 +08:00
release-plan.json docs(mobile): prepare release metadata 2026-06-22 14:48:30 +08:00
release.json release(mobile): release v0.5.4 2026-05-29 15:34:49 +08:00
shim-env.d.ts
tailwind.config.ts
tailwind.dom.config.ts
tsconfig.json
vitest.config.ts feat(release): drive mobile release mode from config files 2026-04-11 16:22:05 +08:00

README.md

Folo Mobile App 📱

This is the mobile client for Folo, built with Expo. Folo 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 Affero General Public License version 3. See the main project repository for full license details.