add more test ids

This commit is contained in:
ammarahm-ed
2020-12-01 22:52:01 +05:00
parent c24d7fc779
commit bd3fcf46d0
18 changed files with 111 additions and 53 deletions

View File

@@ -1,10 +1,9 @@
import React, {useEffect} from 'react';
import {ActivityIndicator, Text} from 'react-native';
import React, { useEffect } from 'react';
import Animated from 'react-native-reanimated';
import {useTracked} from '../../provider';
import {DDS} from '../../services/DeviceDetection';
import {eSubscribeEvent, eUnSubscribeEvent} from '../../services/EventManager';
import {eScrollEvent} from '../../utils/Events';
import { useTracked } from '../../provider';
import { DDS } from '../../services/DeviceDetection';
import { eSubscribeEvent, eUnSubscribeEvent } from '../../services/EventManager';
import { eScrollEvent } from '../../utils/Events';
import Heading from '../Typography/Heading';
const opacity = new Animated.Value(DDS.isLargeTablet() ? 1 : 0);