Folo/apps/mobile
Innei 04f20e4431
fix: type error
- Created a new .watchmanconfig file to specify directories to ignore during file watching, enhancing performance and reducing unnecessary processing.
- Modified the Xcode project configuration to clean up output paths and ensure proper handling of build flags.
- Updated BottomTabProvider to use ResolvedTabScreenProps for better type safety.
- Adjusted spring configurations in various components for improved animation performance.
- Added Eye2CuteReIcon to EntryDetailScreen for enhanced user interface.

These changes aim to optimize the development workflow and improve the overall user experience in the mobile application.

Signed-off-by: Innei <tukon479@gmail.com>
2025-09-23 00:27:51 +08:00
..
assets
build
changelog release(mobile): release v0.2.8 2025-09-11 17:57:37 +08:00
code-signing
ios fix: type error 2025-09-23 00:27:51 +08:00
native feat(tabbar): add onTabItemPress event and enhance TabBar functionality 2025-09-22 22:26:39 +08:00
plugins
scripts chore(mobile): update build ID increment script and configuration 2025-09-11 23:44:25 +08:00
src fix: type error 2025-09-23 00:27:51 +08:00
web-app chore: lint 2025-09-19 22:24:30 +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
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
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 feat(sentry): integrate Sentry for error tracking and monitoring 2025-09-22 23:12:11 +08:00
postcss.config.js
shim-env.d.ts
tailwind.config.ts
tailwind.dom.config.ts
tsconfig.json

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.