Made collapsible header opaque
This commit is contained in:
父節點
c4337b13cb
當前提交
43a3d64deb
共有 1 個文件被更改,包括 1 次插入 和 1 次删除
|
@ -123,7 +123,7 @@ function HomeStackComponent(initialRoute: string | null, defaultData: { [key: st
|
|||
initialParams={params}
|
||||
/>,
|
||||
{
|
||||
collapsedColor: 'transparent',
|
||||
collapsedColor: colors.surface,
|
||||
useNativeDriver: true,
|
||||
}
|
||||
)}
|
||||
|
|
載入中…
Reference in a new issue