Folo/apps/mobile
Innei 180aa667d5
fix: restore BlurEffect in SearchHeader and enhance refresh control in search tabs
- Reintroduced the BlurEffect component in SearchHeader for improved UI.
- Updated BaseSearchPageFlatList to include a custom refresh control with pull progress handling.
- Added null check for data in SearchFeed and SearchList components to prevent rendering issues when data is undefined.

Signed-off-by: Innei <tukon479@gmail.com>
2025-01-16 15:33:29 +08:00
..
assets feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
drizzle feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
scripts feat: add custom app delegate for tint color configuration (#2579) 2025-01-15 18:03:15 +08:00
src fix: restore BlurEffect in SearchHeader and enhance refresh control in search tabs 2025-01-16 15:33:29 +08:00
.env feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
.gitignore chore: update gitignore 2024-12-18 23:51:58 +08:00
README.md feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
app.config.ts feat: add custom app delegate for tint color configuration (#2579) 2025-01-15 18:03:15 +08:00
babel.config.js fix: use babel to resolve 2025-01-02 11:53:38 +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 app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
global.d.ts feat(rn): impl markdown component for rn 2024-12-31 23:34:13 +08:00
metro.config.js feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
nativewind-env.d.ts feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
package.json fix: debugger network 2025-01-15 22:27:48 +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 fix(rn-baseline): sync with uikit color and update list 2025-01-13 20:13:17 +08:00
tailwind.dom.config.ts feat: html render for native (#2346) 2024-12-30 10:28:52 +08:00
tsconfig.json feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00

README.md

Welcome to your Expo app 👋

This is an Expo project created with create-expo-app.

Get started

  1. Install dependencies

    npm install
    
  2. Start the app

     npx expo start
    

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Get a fresh project

When you're ready, run:

npm run reset-project

This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.

Learn more

To learn more about developing your project with Expo, look at the following resources:

Join the community

Join our community of developers creating universal apps.