Skip to content

Commit eca7bc9

Browse files
committed
Remove unused safe area provider
1 parent aa808b7 commit eca7bc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/Views/DataCollectionModal/index.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React from 'react';
22
import { render } from '@testing-library/react-native';
33
import DataCollectionModal from './'; // Adjust the import path as necessary
44
import { strings } from '../../../../locales/i18n';
5-
import { SafeAreaProvider } from 'react-native-safe-area-context';
65
import { DataCollectionBottomSheetSelectorsIDs } from './DataCollectionBottomSheet.testIds';
76

87
jest.mock('../../../../locales/i18n', () => ({

0 commit comments

Comments
 (0)