-
-
Notifications
You must be signed in to change notification settings - Fork 444
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
17 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# react-native-documents | ||
|
||
A set of React Native modules for document picker and viewer. | ||
A set of React Native modules for document picking and viewing. | ||
|
||
Thank you for sponsoring this project. Your support is greatly appreciated!!! | ||
If this is useful to you, consider [saying thanks](https://github.com/sponsors/vonovak). Your support is greatly appreciated!!! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "react-native-documents", | ||
"private": true, | ||
"private": false, | ||
"description": "A react native interface to access documents from dropbox, google drive, iCloud...", | ||
"scripts": { | ||
"build": "yarn workspaces foreach -A -p run prepare", | ||
|
@@ -29,13 +29,12 @@ | |
"author": "Vojtech Novak ([email protected])", | ||
"license": "see LICENSE file", | ||
"bugs": { | ||
"url": "https://github.com/react-native-documents/sponsors-only/issues" | ||
"url": "https://github.com/react-native-documents/document-picker/issues" | ||
}, | ||
"repository": "https://github.com/react-native-documents/sponsors-only", | ||
"homepage": "https://github.com/react-native-documents/sponsors-only#readme", | ||
"repository": "https://github.com/react-native-documents/document-picker", | ||
"homepage": "https://github.com/react-native-documents/document-picker#readme", | ||
"publishConfig": { | ||
"registry": "https://npm.pkg.github.com", | ||
"access": "restricted" | ||
"access": "public" | ||
}, | ||
"engines": { | ||
"node": ">= 19.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,17 +48,16 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/react-native-documents/sponsors-only.git" | ||
"url": "git+https://github.com/react-native-documents/document-picker.git" | ||
}, | ||
"author": "Vojtech Novak ([email protected])", | ||
"license": "see LICENSE file", | ||
"bugs": { | ||
"url": "https://github.com/react-native-documents/sponsors-only/issues" | ||
"url": "https://github.com/react-native-documents/document-picker/issues" | ||
}, | ||
"homepage": "https://github.com/react-native-documents/sponsors-only#readme", | ||
"homepage": "https://github.com/react-native-documents/document-picker#readme", | ||
"publishConfig": { | ||
"registry": "https://npm.pkg.github.com", | ||
"access": "restricted" | ||
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"@tsconfig/node18": "^18.2.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,17 +46,16 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/react-native-documents/sponsors-only.git" | ||
"url": "git+https://github.com/react-native-documents/document-picker.git" | ||
}, | ||
"author": "Vojtech Novak ([email protected])", | ||
"license": "see LICENSE file", | ||
"bugs": { | ||
"url": "https://github.com/react-native-documents/sponsors-only/issues" | ||
"url": "https://github.com/react-native-documents/document-picker/issues" | ||
}, | ||
"homepage": "https://github.com/react-native-documents/sponsors-only#readme", | ||
"homepage": "https://github.com/react-native-documents/document-picker#readme", | ||
"publishConfig": { | ||
"registry": "https://npm.pkg.github.com", | ||
"access": "restricted" | ||
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"@tsconfig/node18": "^18.2.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters