1.0.6 • Published 10 years ago

react-native-video-maker v1.0.6

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

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.

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago