fix type errors

This commit is contained in:
Clément Le Bihan
2023-09-19 02:24:26 +02:00
parent dcca1b1f1c
commit e817021ede
5 changed files with 6 additions and 4 deletions
@@ -84,6 +84,7 @@ const TabNavigationDesktop = (props: TabNavigationDesktopProps) => {
<TabNavigationList
style={{
flexShrink: 0,
// @ts-expect-error gap is not in the types because we have an old version of react-native
gap: '20px',
}}
>
@@ -117,6 +118,7 @@ const TabNavigationDesktop = (props: TabNavigationDesktopProps) => {
<Divider />
<TabNavigationList
style={{
// @ts-expect-error gap is not in the types because we have an old version of react-native
gap: '20px',
}}
>