0.0.14 • Published 5 years ago

react-native-video-4expo v0.0.14

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

��# React Native Video 4 Expo (react-native-video-4expo)

Customizable video recording and playing for projects that use the Expo SDK

This package relies the Expo Video and Audio components, and will not work on projects that do not have Expo installed.

npm

npm

npm

npm

Click to view a demo video of the component in action.

YouTube Demo Video

Why Use This?

This module is useful if you need drop video player or recorder components for an application in which using platform specific native code is prohibited; for example an application created using Expo.io. Additionally, these components allow you to customize various UI elements such as playback and recording controls, sliders, timestamps, camera controls, etc.

Why Not Use This?

You are not prohibited from using native code, and can find a better module to use. One option is react-native-video

Installation

npm install --save react-native-video-4expo

Usage

import {VideoPlayer, VideoRecorder} from 'react-native-video-4expo';

Component Properties

Video Player

The video player is wraps the Expo Video component and inherits its properties. Properties specific to this component are described below.

Video Recorder

The video recorder is wraps the Expo Camera component and inherits its properties. Properties specific to this component are described below.