mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
refactor
This commit is contained in:
@@ -2,9 +2,8 @@ import React from 'react';
|
||||
import { Platform, View } from 'react-native';
|
||||
import ActionSheet from 'react-native-actions-sheet';
|
||||
import { useSafeAreaInsets } from 'react-native-safe-area-context';
|
||||
import { useThemeStore } from '../../../stores/theme';
|
||||
import { useSettingStore } from '../../../stores/stores';
|
||||
import layoutmanager from '../../../utils/layout-manager';
|
||||
import { useThemeStore } from '../../../stores/theme';
|
||||
import { PremiumToast } from '../../premium/premium-toast';
|
||||
import { Toast } from '../../toast';
|
||||
import { BouncingView } from '../transitions/bouncing-view';
|
||||
@@ -58,8 +57,6 @@ const SheetWrapper = ({
|
||||
}
|
||||
};
|
||||
|
||||
console.log('Sheet keyboard handler', sheetKeyboardHandler);
|
||||
|
||||
return (
|
||||
<ActionSheet
|
||||
ref={fwdRef}
|
||||
|
||||
Reference in New Issue
Block a user