とりあえず実装、明日動作チェックして挙動確認
This commit is contained in:
@@ -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}
|
||||
>
|
||||
|
Reference in New Issue
Block a user