Folo/apps/mobile/native/example
Innei 93393f19fc
feat(pager): enhance pager functionality with gesture support and UI updates
- Updated `Pager.tsx` to use `Pressable` for better interaction handling.
- Modified `EnhancePagerController.swift` to manage content views more effectively.
- Enhanced `EnhancePagerViewModule.swift` to support gesture recognition for smoother transitions.
- Refactored `usePagerView.ts` to utilize animated values for page transitions.

These changes improve user experience and interaction within the pager component.

Signed-off-by: Innei <tukon479@gmail.com>
2025-04-01 18:05:47 +08:00
..
assets feat: use expo module to write native component/module (#2675) 2025-02-02 23:55:05 +08:00
src feat(pager): enhance pager functionality with gesture support and UI updates 2025-04-01 18:05:47 +08:00
.gitignore feat: use expo module to write native component/module (#2675) 2025-02-02 23:55:05 +08:00
.npmrc feat(ios): native enhance page view 2025-03-31 17:05:52 +08:00
app.config.ts refactor: follow native example and int native pager view 2025-03-31 00:49:58 +08:00
babel.config.js refactor: follow native example and int native pager view 2025-03-31 00:49:58 +08:00
global.css refactor: follow native example and int native pager view 2025-03-31 00:49:58 +08:00
index.ts refactor: follow native example and int native pager view 2025-03-31 00:49:58 +08:00
metro.config.js refactor: follow native example and int native pager view 2025-03-31 00:49:58 +08:00
nativewind-env.d.ts refactor: follow native example and int native pager view 2025-03-31 00:49:58 +08:00
package.json feat(mobile): support copy for ai summary card, and optimize style 2025-03-31 23:19:34 +08:00
pnpm-lock.yaml feat(mobile): support copy for ai summary card, and optimize style 2025-03-31 23:19:34 +08:00
tailwind.config.ts refactor: follow native example and int native pager view 2025-03-31 00:49:58 +08:00
tsconfig.json refactor: follow native example and int native pager view 2025-03-31 00:49:58 +08:00