This commit is contained in:
ammarahm-ed
2022-02-28 23:34:47 +05:00
parent 6fd462ad13
commit e1adb1982c
5 changed files with 28 additions and 38 deletions

View File

@@ -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}