Folo/apps/mobile/native/ios/Modules
Innei a350950672
feat(tabbar): add onTabItemPress event and enhance TabBar functionality
- Introduced onTabItemPress event in TabBarRootView to handle tab item presses.
- Updated TabBarModule to include the new event in the definition.
- Modified TabBarRootWrapper to accept onTabItemPress and selectedIndex props.
- Enhanced TabRoot to utilize the onTabItemPress callback for scroll-to-top functionality.

This update improves user interaction with the tab bar by allowing for additional actions on tab item presses.

Signed-off-by: Innei <tukon479@gmail.com>
2025-09-22 22:26:39 +08:00
..
AppleIntelligenceGlowEffect refactor(glow-effect): remove GlowEffect view and integrate animation handling 2025-06-11 20:55:08 +08:00
Helper refactor(webview): ios preload webview module 2025-08-26 22:20:57 +08:00
ItemPressable feat(mobile): refactor ItemPressable usage and styles 2025-04-17 00:39:00 +08:00
PagerView fix: update setCurrentPage to determine navigation direction based on index 2025-07-24 04:04:13 +08:00
SharedWebView refactor(webview): ios preload webview module 2025-08-26 22:20:57 +08:00
TabBar feat(tabbar): add onTabItemPress event and enhance TabBar functionality 2025-09-22 22:26:39 +08:00
Toaster