match web version exports (#4257)

This commit is contained in:
Samuel Newman 2024-05-29 12:00:15 +03:00 committed by GitHub
parent 613884a3d3
commit 33de856c32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 10 deletions

View file

@ -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'