match web version exports (#4257)
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
import {
|
||||
Image,
|
||||
NativeSyntheticEvent,
|
||||
ImageLoadEventData,
|
||||
ImageSourcePropType,
|
||||
} from 'react-native'
|
||||
export default Image
|
||||
import {Image} from 'react-native'
|
||||
|
||||
export const HighPriorityImage = Image
|
||||
export type OnLoadEvent = NativeSyntheticEvent<ImageLoadEventData>
|
||||
export type Source = ImageSourcePropType
|
||||
export type {ImageStyle} from 'react-native'
|
||||
|
||||
Reference in New Issue
Block a user