New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-native-video-maker

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-video-maker

react-native-video-makder

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

react-native-video-maker

to be continued

A module for react-native to record video by system camera , will return a local path ends with '.mp4' when the end of the recording ; Also support exchange camera ;

USAGE

    npm install --save react-native-video-maker
    rnpm link react-native-video-maker

SUPORT

IOS ONLY for now

METHODS

  • navToVideoRecoder()

    Push a native page in react-native route and ready to record video .

  • onVideoRecordEnd(path=>{//TODO})

    Return a path value of the video local path.

  • onVideoSave(path=>{//TODO})

    When the save button clicked,call this method.And a path string will return;

  • removeRecordListener()

    Add this method in your componentWillUnmount if you called one of onVideoRecordEnd and onVideoSave .

  • hideLoading(bool)

    Hide or not the loading toast judge by your bool value.Call this method when your video save or upload successfully.

Keywords

react-native

FAQs

Package last updated on 05 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts