feat: add onAdError event listener (#3381)
* feat: add onAdError event listener * feat: remove onAdError event listener and use already existing * feat: add ERROR event to docs
This commit is contained in:
committed by
GitHub
parent
4d9334b477
commit
596c02d2b3
@@ -13,7 +13,6 @@ import NativeVideoComponent, {
|
||||
} from './VideoNativeComponent';
|
||||
|
||||
import type {StyleProp, ImageStyle, NativeSyntheticEvent} from 'react-native';
|
||||
import type {ReactVideoProps} from './types/video';
|
||||
import {getReactTag, resolveAssetSourceForVideo} from './utils';
|
||||
import {VideoManager} from './VideoNativeComponent';
|
||||
import type {
|
||||
@@ -35,7 +34,8 @@ import type {
|
||||
OnVideoAspectRatioData,
|
||||
OnVideoErrorData,
|
||||
OnVideoTracksData,
|
||||
} from './types/events';
|
||||
ReactVideoProps,
|
||||
} from './types';
|
||||
|
||||
export type VideoSaveData = {
|
||||
uri: string;
|
||||
|
Reference in New Issue
Block a user