mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
Update useIsLargeScreen.ts
This commit is contained in:
parent
92a039a2bf
commit
b9ee72f58c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
import React, { useState, useEffect, useMemo } from 'react';
|
||||
import { Dimensions, Platform } from 'react-native';
|
||||
import DeviceInfo, { isTablet } from 'react-native-device-info';
|
||||
import { useState, useEffect, useMemo } from 'react';
|
||||
import { Dimensions } from 'react-native';
|
||||
import { isTablet } from 'react-native-device-info';
|
||||
import { isDesktop } from '../blue_modules/environment';
|
||||
|
||||
// Custom hook to determine if the screen is large
|
||||
|
|
Loading…
Add table
Reference in a new issue