1.2.6 • Published 29 days ago

@kinescope/react-native-kinescope-video v1.2.6

Weekly downloads
-
License
MIT
Repository
github
Last release
29 days ago

License

Installation

Using npm:

npm --save install @kinescope/react-native-kinescope-video react-native-video@^6.0.0-beta.5 @react-native-async-storage/async-storage

Using yarn:

yarn add @kinescope/react-native-kinescope-video react-native-video@^6.0.0-beta.5 @react-native-async-storage/async-storage

Useful resources

Packages storage

// file: android/build.gradle

allprojects {
    repositories {
        jcenter()
    }
}

Install iOS

npx pod-install

Props including react-native-video

preload?: boolean;
videoId: string;
posterResizeMode?: ImageResizeMode;
externalId?: string;
quality?: QualityTypes;
autoSeekChangeQuality?: boolean; // default: true; iOS only
referer?: string;
drmAuthToken?: string;

Events including react-native-video

onManifestLoadStart?: () => void;
onManifestLoad?: (manifest: ManifestEventLoadTypes) => void;
onManifestError?: (error: unknown) => void;

Configurable props

videoId

Video ID from https://app.kinescope.io/

preload

The video is uploading right away.

externalId

For analytics