react-native-ios-utilities
Version:
Utilities for react-native + iOS
15 lines • 629 B
TypeScript
import * as React from 'react';
import { View } from 'react-native';
import type { RNIImageViewProps } from './RNIImageViewTypes';
export declare class RNIImageView extends React.PureComponent<RNIImageViewProps> {
nativeRef?: View;
reactTag?: number;
constructor(props: RNIImageViewProps);
private getProps;
getNativeRef: () => View | undefined;
getNativeReactTag: () => number | undefined;
private _handleOnLayout;
private _handleOnNativeRef;
render(): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
}
//# sourceMappingURL=RNIImageView.d.ts.map