mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
add more test ids
This commit is contained in:
@@ -3,14 +3,10 @@ import {
|
||||
ActivityIndicator,
|
||||
Platform,
|
||||
RefreshControl,
|
||||
StyleSheet,
|
||||
useWindowDimensions,
|
||||
View,
|
||||
} from 'react-native';
|
||||
import {
|
||||
initialWindowMetrics,
|
||||
useSafeAreaInsets,
|
||||
} from 'react-native-safe-area-context';
|
||||
import {useSafeAreaInsets} from 'react-native-safe-area-context';
|
||||
import {DataProvider, LayoutProvider, RecyclerListView} from 'recyclerlistview';
|
||||
import {useTracked} from '../../provider';
|
||||
import {Actions} from '../../provider/Actions';
|
||||
@@ -300,6 +296,7 @@ const SimpleList = ({
|
||||
alignSelf: 'center',
|
||||
minHeight: '100%',
|
||||
},
|
||||
testID: 'list-' + type,
|
||||
}}
|
||||
style={{
|
||||
height: '100%',
|
||||
|
||||
Reference in New Issue
Block a user