Folo/apps/mobile/native/example
Innei 9c7901356f
refactor(pager): simplify Pager component and enhance iOS functionality
- Replaced the custom native view with a more streamlined PagerView component.
- Updated the Pager component to utilize hooks for page rendering and state management.
- Introduced new methods in EnhancePagerController for better state handling and page transitions.
- Fixed method naming inconsistencies in EnhancePagerViewModule.
- Removed unused ScaleFadeRotate animation component.

Signed-off-by: Innei <tukon479@gmail.com>
2025-03-31 18:25:52 +08:00
..
assets feat: use expo module to write native component/module (#2675) 2025-02-02 23:55:05 +08:00
src refactor(pager): simplify Pager component and enhance iOS functionality 2025-03-31 18:25:52 +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(ios): native enhance page view 2025-03-31 17:05:52 +08:00
pnpm-lock.yaml feat(ios): native enhance page view 2025-03-31 17:05:52 +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