mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-22 11:18:14 +00:00
parent
d96b851f38
commit
68db8712bf
@ -11,6 +11,7 @@ import {
|
||||
StyleProp,
|
||||
TransformsStyle,
|
||||
AccessibilityProps,
|
||||
ViewProps,
|
||||
} from 'react-native'
|
||||
|
||||
const FastImageViewNativeModule = NativeModules.FastImageView
|
||||
@ -79,7 +80,7 @@ export interface ImageStyle extends FlexStyle, TransformsStyle, ShadowStyleIOS {
|
||||
opacity?: number
|
||||
}
|
||||
|
||||
export interface FastImageProps extends AccessibilityProps {
|
||||
export interface FastImageProps extends AccessibilityProps, ViewProps {
|
||||
source: Source | number
|
||||
resizeMode?: ResizeMode
|
||||
fallback?: boolean
|
||||
|
Loading…
x
Reference in New Issue
Block a user