exempt native tablet from desktop tabbar style
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user