forked from Ivasoft/mattermost-mobile
Use RN Image for local images instead of FastImage (#7329)
This commit is contained in:
committed by
GitHub
parent
4aa4c0a7cb
commit
0a04be7448
@@ -2,8 +2,7 @@
|
||||
// See LICENSE.txt for license information.
|
||||
|
||||
import type CustomEmojiModel from '@typings/database/models/servers/custom_emoji';
|
||||
import type {StyleProp, TextStyle} from 'react-native';
|
||||
import type {ImageStyle} from 'react-native-fast-image';
|
||||
import type {StyleProp, TextStyle, ImageStyle} from 'react-native';
|
||||
|
||||
// The intersection of the image styles and text styles
|
||||
type ImageStyleUniques = Omit<ImageStyle, keyof(TextStyle)>
|
||||
|
||||
Reference in New Issue
Block a user