We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6939350 commit 7c9c40fCopy full SHA for 7c9c40f
1 file changed
src/components/Image/index.native.js
@@ -1,7 +1,6 @@
1
import {Image as ImageComponent} from 'expo-image';
2
import lodashGet from 'lodash/get';
3
-import React, {useEffect, useMemo, useState} from 'react';
4
-import {Image as RNImage} from 'react-native';
+import React, { useState } from 'react';
5
import {withOnyx} from 'react-native-onyx';
6
import CONST from '@src/CONST';
7
import ONYXKEYS from '@src/ONYXKEYS';
0 commit comments