From 15a2152faacb13b2d79919f86ff1565014858ea8 Mon Sep 17 00:00:00 2001 From: Osman Goni Nahid Date: Mon, 18 Sep 2017 13:11:32 +0600 Subject: [PATCH 1/6] File types Doc File types Doc instruction included --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9f3bf12..8e8a8dd 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,12 @@ RNFS.uploadFiles({ console.log(err); }); ``` +## File Type +** All type of Files ** ``` 'public.allFiles' or DocumentPickerUtil.allFiles()``` +** Only PDF ** ``` 'public.pdf' or DocumentPickerUtil.pdf() ``` +** Audio ** ``` 'public.audio' or DocumentPickerUtil.audio()``` +** Plain Text ** ``` 'public.plainText' or DocumentPickerUtil.plainText() ``` + ## Reminder You need to enable iCloud Documents to access iCloud From e075961e3aaed606f437dc9902713b7a2510c0a5 Mon Sep 17 00:00:00 2001 From: Osman Goni Nahid Date: Mon, 18 Sep 2017 13:15:04 +0600 Subject: [PATCH 2/6] updated bold --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e8a8dd..39494dc 100644 --- a/README.md +++ b/README.md @@ -188,10 +188,10 @@ RNFS.uploadFiles({ }); ``` ## File Type -** All type of Files ** ``` 'public.allFiles' or DocumentPickerUtil.allFiles()``` -** Only PDF ** ``` 'public.pdf' or DocumentPickerUtil.pdf() ``` -** Audio ** ``` 'public.audio' or DocumentPickerUtil.audio()``` -** Plain Text ** ``` 'public.plainText' or DocumentPickerUtil.plainText() ``` +**All type of Files** ``` 'public.allFiles' or DocumentPickerUtil.allFiles()``` +**Only PDF** ``` 'public.pdf' or DocumentPickerUtil.pdf() ``` +**Audio** ``` 'public.audio' or DocumentPickerUtil.audio()``` +**Plain Text** ``` 'public.plainText' or DocumentPickerUtil.plainText() ``` ## Reminder From 5cddbed1d75ba629de9c564d5262925408a4645b Mon Sep 17 00:00:00 2001 From: Osman Goni Nahid Date: Sat, 23 Sep 2017 00:12:33 +0600 Subject: [PATCH 3/6] new line --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 39494dc..d5fdaef 100644 --- a/README.md +++ b/README.md @@ -187,11 +187,11 @@ RNFS.uploadFiles({ console.log(err); }); ``` -## File Type -**All type of Files** ``` 'public.allFiles' or DocumentPickerUtil.allFiles()``` -**Only PDF** ``` 'public.pdf' or DocumentPickerUtil.pdf() ``` -**Audio** ``` 'public.audio' or DocumentPickerUtil.audio()``` -**Plain Text** ``` 'public.plainText' or DocumentPickerUtil.plainText() ``` +## File Type \ +### All type of Files ``` 'public.allFiles' or DocumentPickerUtil.allFiles()``` +### Only PDF ``` 'public.pdf' or DocumentPickerUtil.pdf() ``` +### Audio ``` 'public.audio' or DocumentPickerUtil.audio()``` +### Plain Text ``` 'public.plainText' or DocumentPickerUtil.plainText() ``` ## Reminder From 7cbfa0c2524941aad4b0a93d6e3f0f19ea2be640 Mon Sep 17 00:00:00 2001 From: Osman Goni Nahid Date: Sat, 23 Sep 2017 00:18:13 +0600 Subject: [PATCH 4/6] new line --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d5fdaef..983b2a0 100644 --- a/README.md +++ b/README.md @@ -187,11 +187,11 @@ RNFS.uploadFiles({ console.log(err); }); ``` -## File Type \ -### All type of Files ``` 'public.allFiles' or DocumentPickerUtil.allFiles()``` -### Only PDF ``` 'public.pdf' or DocumentPickerUtil.pdf() ``` -### Audio ``` 'public.audio' or DocumentPickerUtil.audio()``` -### Plain Text ``` 'public.plainText' or DocumentPickerUtil.plainText() ``` +## File Type +*** All type of Files *** ``` 'public.allFiles' or DocumentPickerUtil.allFiles()```
+*** Only PDF *** ``` 'public.pdf' or DocumentPickerUtil.pdf() ```
+*** Audio *** ``` 'public.audio' or DocumentPickerUtil.audio()```
+*** Plain Text *** ``` 'public.plainText' or DocumentPickerUtil.plainText() ```
## Reminder From 55983f5340f9716678ac17a9b160f4b048b36a0a Mon Sep 17 00:00:00 2001 From: Osman Goni Nahid Date: Sat, 23 Sep 2017 00:18:36 +0600 Subject: [PATCH 5/6] new line From 1a8370a2e42e0aec8ed54cb4a3d31af70a666163 Mon Sep 17 00:00:00 2001 From: Osman Goni Nahid Date: Sat, 23 Sep 2017 00:19:33 +0600 Subject: [PATCH 6/6] bold --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 983b2a0..add86f5 100644 --- a/README.md +++ b/README.md @@ -188,10 +188,10 @@ RNFS.uploadFiles({ }); ``` ## File Type -*** All type of Files *** ``` 'public.allFiles' or DocumentPickerUtil.allFiles()```
-*** Only PDF *** ``` 'public.pdf' or DocumentPickerUtil.pdf() ```
-*** Audio *** ``` 'public.audio' or DocumentPickerUtil.audio()```
-*** Plain Text *** ``` 'public.plainText' or DocumentPickerUtil.plainText() ```
+***All type of Files*** ``` 'public.allFiles' or DocumentPickerUtil.allFiles()```
+***Only PDF*** ``` 'public.pdf' or DocumentPickerUtil.pdf() ```
+***Audio*** ``` 'public.audio' or DocumentPickerUtil.audio()```
+***Plain Text*** ``` 'public.plainText' or DocumentPickerUtil.plainText() ```
## Reminder