Made collapsible header opaque

This commit is contained in:
Arnaud Vergnet 2020-04-23 08:46:22 +02:00
parent c4337b13cb
commit 43a3d64deb

View file

@ -123,7 +123,7 @@ function HomeStackComponent(initialRoute: string | null, defaultData: { [key: st
initialParams={params}
/>,
{
collapsedColor: 'transparent',
collapsedColor: colors.surface,
useNativeDriver: true,
}
)}