minor changes

This commit is contained in:
ammarahm-ed
2020-09-10 10:35:02 +05:00
parent 1de5ca0aca
commit 7f7cf5608a
4 changed files with 24 additions and 29 deletions

View File

@@ -1,11 +1,11 @@
import React, { useEffect, useState } from 'react';
import { TouchableOpacity, View } from 'react-native';
import React, {useEffect, useState} from 'react';
import {TouchableOpacity, View} from 'react-native';
import Icon from 'react-native-vector-icons/MaterialCommunityIcons';
import { SIZE } from '../../common/common';
import { useTracked } from '../../provider';
import { ACTIONS } from '../../provider/actions';
import { db, getElevation, ToastEvent } from '../../utils/utils';
import { PressableButton } from '../PressableButton';
import {SIZE} from '../../common/common';
import {useTracked} from '../../provider';
import {ACTIONS} from '../../provider/actions';
import {db, getElevation, ToastEvent} from '../../utils/utils';
import {PressableButton} from '../PressableButton';
const SelectionWrapper = ({
children,