DeFiCh/wallet

View on GitHub
__mocks__/expo-image.js

Summary

Maintainability
A
0 mins
Test Coverage
import {
  Image as RNImage,
  ImageBackground as RNImageBackground,
} from 'react-native';

// TODO remove when https://github.com/expo/expo/issues/26087 is resolved
export const ImageBackground = RNImageBackground;
export const Image = RNImage;