This commit is contained in:
ammarahm-ed
2020-03-21 10:03:11 +05:00
parent fa19d623f8
commit e40625913f
11 changed files with 29 additions and 55 deletions

View File

@@ -1,12 +1,12 @@
import React, {useState} from 'react';
import React from 'react';
import {FlatList, Platform, RefreshControl, Text, View} from 'react-native';
import {SIZE, WEIGHT} from '../../common/common';
import {useTracked} from '../../provider';
import {ACTIONS} from '../../provider/actions';
import {eSendEvent} from '../../services/eventManager';
import {eScrollEvent, eClearSearch} from '../../services/events';
import {eClearSearch, eScrollEvent} from '../../services/events';
import {hexToRGBA} from '../../utils/utils';
import {NotebookItem} from '../NotebookItem';
import {hexToRGBA, getElevation} from '../../utils/utils';
import SelectionWrapper from '../SelectionWrapper';
const SimpleList = ({