Skip to content

This is an npm package of the video player, you can install and use this.

Notifications You must be signed in to change notification settings

Gyanprakash73/react-native-custom-video-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

react-native-custom-video-player

A <Video> component for react-native

react-native-custom-video-player.mp4

Installation

Using npm:

npm install --save react-native-custom-video-player

or using yarn:

yarn add react-native-custom-video-player

Usage

// Load the module

import CustomVideoPlayer from "react-native-custom-video-player";

// Within your render function

<CustomVideoPlayer
        style={{
          width: Dimensions.get("window").width,
          height: 250,
          marginTop: Platform.OS == "ios" ? 50 : 0,
        }}
        source={{
          uri: "https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8",
        }}
        poster="https://pbs.twimg.com/media/FDX7UCbVcAUcNXj.jpg"
        title="GYAN-VIDEO-PLAYER"
        autoPlay={false}
        playInBackground={false}
        showSeeking10SecondsButton={true}
        showHeader={true}
        showFullScreenButton={true}
        showSettingButton={true}
        showMuteButton={true}
      />

About

This is an npm package of the video player, you can install and use this.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published