Folo/apps/mobile
Innei a42ae14278
feat(settings): add 'Hide Extra Badge' option to appearance settings and update translations
Signed-off-by: Innei <tukon479@gmail.com>
2025-06-12 21:03:45 +08:00
..
assets
build
changelog chore(mobile): changelog 2025-06-06 17:48:54 +08:00
ios chore(mobile): update version 2025-06-05 20:48:07 +08:00
native refactor(glow-effect): remove GlowEffect view and integrate animation handling 2025-06-11 20:55:08 +08:00
plugins feat(mobile): lightbox (#3882) 2025-06-12 13:52:07 +08:00
scripts
src feat(settings): add 'Hide Extra Badge' option to appearance settings and update translations 2025-06-12 21:03:45 +08:00
web-app chore: update dependencies 2025-05-28 22:16:06 +08:00
.env.example
.gitignore refactor: upgrade react 19 and react native 0.79 (#3661) 2025-05-07 16:30:30 +08:00
README.md
app.config.ts feat(mobile): lightbox (#3882) 2025-06-12 13:52:07 +08:00
babel.config.js chore(mobile): remove babel plugin module resolver 2025-05-27 14:57:09 +08:00
bump.config.ts
eas.json
global.d.ts
metro.config.js refactor(mobile): enable package exports (#3822) 2025-05-27 10:54:49 +08:00
nativewind-env.d.ts
package.json release(mobile): release v0.2.1 2025-06-05 20:47:32 +08:00
postcss.config.js
shim-env.d.ts
tailwind.config.ts
tailwind.dom.config.ts
tsconfig.json refactor(mobile): enable package exports (#3822) 2025-05-27 10:54:49 +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.