Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
birdofpreyru committed Aug 6, 2023
1 parent 8275cb0 commit a202fb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ android/keystores/debug.keystore

# generated by bob
lib/
/dr.pogodin-react-native-fs-*.tgz
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,14 +234,14 @@ 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.
- [MkdirOptions] — Extra options for [mkdir()].
- [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,
Expand Down

0 comments on commit a202fb7

Please sign in to comment.