とりあえず実装、明日動作チェックして挙動確認

This commit is contained in:
harukin-expo-dev-env
2025-08-23 16:34:29 +00:00
parent 37e21be4c0
commit ebf72e35bc
5 changed files with 19 additions and 7 deletions

View File

@@ -159,7 +159,7 @@ export const DynamicHeaderScrollView = (props) => {
ref={scrollHandlers.ref}
onLayout={scrollHandlers.onLayout}
scrollEventThrottle={scrollHandlers.scrollEventThrottle}
style={{ backgroundColor: "white", zIndex: 0 }}
style={{ zIndex: 0 }}
stickyHeaderIndices={[1]}
onScroll={onScroll}
>