Folo/apps/mobile
Innei f17446d027
feat: enhance tab layout and settings screen functionality
- Added screen listeners for tab press and transition start to manage opacity in TabLayout.
- Introduced a context provider for tracking focus state in SettingsX.
- Refactored opacity handling in Settings component to improve scroll behavior and UI responsiveness.

This update improves user experience by ensuring the tab bar opacity responds correctly to user interactions and screen focus.

Signed-off-by: Innei <tukon479@gmail.com>
2025-01-14 22:29:19 +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 chore: try build assets in script 2024-12-26 15:30:13 +08:00
src feat: enhance tab layout and settings screen functionality 2025-01-14 22:29:19 +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: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +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 feat(rn): init setting page 2025-01-14 22:00:58 +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.