Folo/apps/mobile
Stephen Zhou ea758ca2b2
feat: allow link to social provider with different email (#3355)
2025-03-30 04:52:34 +00:00
..
assets feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
build feat: init firebase 2025-03-05 21:02:57 +08:00
changelog docs: update changelog 2025-03-28 18:32:11 +08:00
drizzle fix: add email verification to users table and update related migrations 2025-03-28 17:25:17 +08:00
native fix: setting sync queue 2025-03-29 22:00:05 +08:00
scripts docs: add changelog 2025-03-28 13:36:29 +08:00
src feat: allow link to social provider with different email (#3355) 2025-03-30 04:52:34 +00:00
web-app feat: translate on server, global action setting (#3294) 2025-03-28 15:14:03 +08:00
.env.example chore: recover .env.example 2025-03-10 18:40:04 +08:00
.gitignore feat: use expo module to write native component/module (#2675) 2025-02-02 23:55:05 +08:00
README.md feat: rename (#3181) 2025-03-19 21:43:55 +08:00
app.config.ts chore(mobile): update iOS deployment target and podspec platform versions 2025-03-26 21:15:05 +08:00
babel.config.js build(deps): bump the minor group across 1 directory with 7 updates (#3114) 2025-03-14 11:10:08 +08:00
drizzle.config.ts feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
eas.json ci: add development build (#3136) 2025-03-16 10:18:43 +08:00
global.d.ts feat(rn-settings): impl about page 2025-01-20 22:02:39 +08:00
metro.config.js fix: import resolver for web 2025-03-04 18:30:15 +08:00
nativewind-env.d.ts feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
package.json build: update better-auth (#3344) 2025-03-30 07:56:40 +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 refactor(native): remove sn pro font (#2828) 2025-02-20 20:31:26 +08:00
tailwind.dom.config.ts feat: html render for native (#2346) 2024-12-30 10:28:52 +08:00
tsconfig.json feat: Implement the webview sandbox using a microfront end for rn to implement the full html renderer (#2691) 2025-02-07 23:15:29 +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 General Public License version 3. See the main project repository for full license details.