exempt native tablet from desktop tabbar style

This commit is contained in:
Samuel Newman
2024-03-31 15:44:50 -07:00
parent 00827c713c
commit 4c78fd80f5
+2 -2
View File
@@ -1,5 +1,5 @@
import React, {useCallback,useEffect, useMemo, useRef, useState} from 'react'
import {LayoutChangeEvent,ScrollView, StyleSheet, View} from 'react-native'
import React, {useCallback, useEffect, useMemo, useRef, useState} from 'react'
import {LayoutChangeEvent, ScrollView, StyleSheet, View} from 'react-native'
import {isNative, isNativeTablet} from '#/platform/detection'
import {usePalette} from 'lib/hooks/usePalette'