Folo/apps/mobile
DIYgod 554b00e82b
Merge pull request #3801 from RSSNext/sync/main-to-dev-20250525
Sync main branch to dev branch
2025-05-25 09:59:08 +08:00
..
assets feat: mobile staging and dev icons (#3375) 2025-03-31 21:42:40 +08:00
build feat: init firebase 2025-03-05 21:02:57 +08:00
changelog docs(mobile): update changelog 2025-05-24 17:36:04 +08:00
drizzle feat: translation mode (#3568) 2025-04-25 20:38:44 +08:00
ios chore(mobile): update version 2025-05-24 11:35:24 +08:00
native chore(dependencies): update react-native-uikit-colors and tailwindcss-uikit-colors to version 0.6.2 2025-05-22 15:09:04 +08:00
plugins fix: android in rn0.79 (#3677) 2025-05-08 01:40:07 +08:00
scripts feat(mobile): trust user certs in android (#3547) 2025-04-22 09:05:19 +08:00
src Merge pull request #3801 from RSSNext/sync/main-to-dev-20250525 2025-05-25 09:59:08 +08:00
web-app refactor: upgrade react 19 and react native 0.79 (#3661) 2025-05-07 16:30:30 +08:00
.env.example chore: recover .env.example 2025-03-10 18:40:04 +08:00
.gitignore refactor: upgrade react 19 and react native 0.79 (#3661) 2025-05-07 16:30:30 +08:00
README.md feat: rename (#3181) 2025-03-19 21:43:55 +08:00
app.config.ts feat: add `folo` scheme 2025-05-20 20:46:12 +08:00
babel.config.js refactor: upgrade react 19 and react native 0.79 (#3661) 2025-05-07 16:30:30 +08:00
bump.config.ts chore: update nbump to version 2.1.0 in package.json and pnpm-lock.yaml 2025-04-18 17:06:10 +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): android releaseStatus draft 2025-04-13 16:54:37 +08:00
global.d.ts feat(rn-settings): impl about page 2025-01-20 22:02:39 +08:00
metro.config.js refactor: upgrade react 19 and react native 0.79 (#3661) 2025-05-07 16:30:30 +08:00
nativewind-env.d.ts feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
package.json release(mobile): release v0.2.0 2025-05-24 09:58:11 +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 refactor: remove unused files and clean up project structure 2025-04-28 20:58:51 +08:00
tsconfig.json refactor: upgrade react 19 and react native 0.79 (#3661) 2025-05-07 16:30:30 +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.