Relative Content

Tag Archive for react-nativeexpo-file-system

Why does this React Native Javascript function always delete the whole folder

What i want to do? I want to delete a File using the expo-file-system package as my way to manipulate the File System of my Samsung Phone. How i am actually doing it? I am using this Code: import * as EFS from “expo-file-system”; class ExternalFileSystemAdapterClient { constructor () {} public async deleteFile({ SAFPath, fileName […]