From a202fb7a7ef996ceea6b41a589d45183a8b9a809 Mon Sep 17 00:00:00 2001 From: "Dr. Sergey Pogodin" Date: Sun, 6 Aug 2023 19:05:25 +0200 Subject: [PATCH] README --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 75356714..d0b00835 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ android/keystores/debug.keystore # generated by bob lib/ +/dr.pogodin-react-native-fs-*.tgz diff --git a/README.md b/README.md index 1e59aab7..a27009de 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ RNFS.uploadFiles({ a string. - [readFileAssets()] — Android-only. Reads the file at a path in the Android app's assets folder. + - [unlink()] — Unlinks (removes) a file or directory with files. and return its contents. - [Types] - [EncodingT] — Union of valid file encoding values. @@ -241,7 +242,6 @@ and return its contents. - [ReadDirAssetsResItemT] — Elements returned by [readDirAssets()]. - [ReadFileOptionsT] — The type of extra options argument of the [readFile()] function. - - [unlink()] — Unlinks (removes) a file or directory with files. - [WriteFileOptionsT] — The type of extra options argument of the [writeFile()] function. - [Legacy] — Everything else inherited from the original library,