Skip to content

Commit

Permalink
v2.21.0-alpha.5: Updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
birdofpreyru committed Oct 11, 2023
1 parent 6feaea2 commit 78aae2e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 29 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,8 @@ on other platforms it works fine.
```ts
function pickFile(options?: PickFileOptionsT): Promise<string[]>;
```
**SUPPORTED**: Android, iOS. **NOT YET SUPPORTED**: macOS, Windows.

Prompts the user to select file(s) using a platform-provided file picker UI,
which also allows to access files outside the app sandbox.

Expand Down
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dr.pogodin/react-native-fs",
"version": "2.21.0-alpha.4",
"version": "2.21.0-alpha.5",
"description": "Native filesystem access for react-native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -45,11 +45,11 @@
"devDependencies": {
"@react-native/eslint-config": "^0.72.2",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.25",
"@types/react": "^18.2.28",
"del-cli": "^5.1.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"metro-config": "^0.79.1",
"pod-install": "^0.1.39",
Expand Down

0 comments on commit 78aae2e

Please sign in to comment.