Folo/apps/mobile
DIYgod 01da257c90
feat(i18n): merge #4597/#4774 and complete localization audit (#4839)
* chore: Update Japanese translations for new features and errors

Added and updated multiple Japanese locale strings across AI, app, errors, external, settings, and shortcuts modules. Changes include new labels, descriptions, error messages, and UI text for features such as scheduling, token usage, inbox management, toolbar customization, and quick search.

* Add Japanese README documentation

Introduces README-ja.md with comprehensive information about Folo, including features, installation instructions, community links, contribution guidelines, code signing policies, and license details for Japanese-speaking users.

* Update formatting in Japanese README

Corrected the admonition marker from '[!重要]' to '[!IMPORTANT]' for consistency and made minor formatting adjustments in the README-ja.md file.

* Update community section in Japanese README

Revised wording and formatting in the community participation section of README-ja.md for improved clarity and consistency.

* Remove Japanese README file

Deleted README-ja.md to reduce duplication or outdated documentation. All relevant information should now be referenced from the main README or other documentation files.

* feat: add French (fr-FR) localization

* fix: sort imports in default-resource.ts to resolve lint error

* feat: add missing French translations for mobile/default, native, and external locales

* feat: add French language filter to discovery/recommended feeds

* docs: update changelog for French localization

* feat(i18n): merge PR #4597/#4774 and finish localization audit

---------

Co-authored-by: dai <dosada@gmail.com>
Co-authored-by: Anthony Mahé <snpepito@gmail.com>
Co-authored-by: Anthony Mahé <104373430+AnthonyMahe@users.noreply.github.com>
2026-02-13 09:25:08 +00:00
..
assets fix(android): splash icon, close #4174 2025-07-15 14:43:45 +08:00
build
changelog feat(i18n): merge #4597/#4774 and complete localization audit (#4839) 2026-02-13 09:25:08 +00:00
code-signing feat: use custom expo update server (#4206) 2025-07-19 00:54:48 +08:00
ios refactor(ai-chat): enhance AIChainOfThought and ToolInvocationComponent for improved reasoning handling 2025-09-25 00:07:34 +08:00
native fix(ios26): safe insets for tabbar 2025-09-24 22:57:50 +08:00
plugins fix(path): change path package to pathe (#4038) 2025-07-07 16:55:37 +08:00
scripts chore(mobile): update build ID increment script and configuration 2025-09-11 23:44:25 +08:00
src feat(i18n): merge #4597/#4774 and complete localization audit (#4839) 2026-02-13 09:25:08 +00:00
web-app chore: update workspace dependencies and lockfile (#4838) 2026-02-13 16:04:13 +08:00
.env.example feat(sentry): integrate Sentry for error tracking and monitoring 2025-09-22 23:12:11 +08:00
.gitignore feat(sentry): integrate Sentry for error tracking and monitoring 2025-09-22 23:12:11 +08:00
.watchmanconfig fix: type error 2025-09-23 00:27:51 +08:00
AGENTS.md chore: create AGENTS.md for comprehensive project guidance 2025-09-22 23:33:37 +08:00
README.md chore: update license 2025-12-28 18:27:30 +08:00
app.config.ts feat(sentry): integrate Sentry for error tracking and monitoring 2025-09-22 23:12:11 +08:00
babel.config.js feat(ios): support liquid glass tabbar 2025-09-22 22:07:59 +08:00
bump.config.ts chore: update bump configuration for PR creation 2025-09-15 17:34:53 +08:00
eas.json feat(mobile): android releaseStatus draft 2025-04-13 16:54:37 +08:00
global.d.ts
metro.config.js feat(sentry): integrate Sentry for error tracking and monitoring 2025-09-22 23:12:11 +08:00
nativewind-env.d.ts
package.json chore: update workspace dependencies and lockfile (#4838) 2026-02-13 16:04:13 +08:00
postcss.config.js
shim-env.d.ts
tailwind.config.ts feat(mobile): support font scaling for web render 2025-07-24 22:12:45 +08:00
tailwind.dom.config.ts refactor: remove unused files and clean up project structure 2025-04-28 20:58:51 +08:00
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 Affero General Public License version 3. See the main project repository for full license details.