@nativeframe/react-native-native-frame
Version:
React native package for streaming
12 lines • 460 B
TypeScript
import type { HostComponent, ViewProps } from 'react-native';
import type { BubblingEventHandler } from 'react-native/Libraries/Types/CodegenTypes';
export interface NativeProps extends ViewProps {
playerParams?: {
hls: string;
webrtc: string;
};
onClicked?: BubblingEventHandler<{}> | null;
}
declare const _default: HostComponent<NativeProps>;
export default _default;
//# sourceMappingURL=NFManifestPlayerNativeComponent.d.ts.map