
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
react-native-video-maker
Advanced tools
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 ;
npm install --save react-native-video-maker
rnpm link react-native-video-maker
IOS ONLY for now
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.
FAQs
react-native-video-makder
We found that react-native-video-maker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.