Skip to content

Instantly share code, notes, and snippets.

View ifeanyiifeanyi's full-sized avatar

Ifeanyi Nnaemego ifeanyiifeanyi

View GitHub Profile
@elinteerie
elinteerie / hidden.js
Created June 5, 2023 23:36
code to implement hiding of the videos in app-specific directory React Native
//Install the react-native-fs library by running the following command in your project's root directory
npm install react-native-fs --save
react-native link react-native-fs
import RNFS from 'react-native-fs';
// Function to download the Video From Cloud or Storage
async function downloadVideo(videoUrl, savePath) {
try {
const response = await RNFS.downloadFile({