Folo/apps/mobile
Innei b09a86d905
fix(mobile): simplify header back button interactions
- Remove redundant TouchableOpacity wrapping for DefaultHeaderBackButton
- Directly render DefaultHeaderBackButton in multiple components
- Improve header navigation component simplicity

Signed-off-by: Innei <tukon479@gmail.com>
2025-02-28 12:08:17 +08:00
..
assets
drizzle fix(mobile): list entries cache 2025-02-27 12:21:19 +08:00
native feat(mobile): add RNS base view controller and navigation utilities 2025-02-27 21:09:14 +08:00
scripts fix: rn-micro-web-app build (#2816) 2025-02-19 22:34:45 +08:00
src fix(mobile): simplify header back button interactions 2025-02-28 12:08:17 +08:00
web-app feat(mobile): add titles and improve navigation screen configurations 2025-02-24 20:47:53 +08:00
.env
.gitignore feat: use expo module to write native component/module (#2675) 2025-02-02 23:55:05 +08:00
README.md
app.config.ts chore: revert tablet setting 2025-02-28 09:43:19 +08:00
babel.config.js fix(mobile): auth redirect and 2fa support (#2829) 2025-02-21 02:27:44 +00:00
drizzle.config.ts
eas.json chore: regenerate eas.json 2025-02-24 22:09:38 +08:00
global.d.ts
metro.config.js chore: add eas build ci (#2741) 2025-02-13 21:56:24 +08:00
nativewind-env.d.ts
package.json chore(mobile): update version 2025-02-28 09:10:30 +08:00
postcss.config.js
shim-env.d.ts
tailwind.config.ts refactor(native): remove sn pro font (#2828) 2025-02-20 20:31:26 +08:00
tailwind.dom.config.ts
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

Follow Mobile App 📱

This is the mobile client for Follow, built with Expo. Follow 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.