You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/doc-viewer-api/index.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,8 +63,41 @@ options for viewing a document
63
63
64
64
If you're trying to open a file that you have long-term permission to access, you should use the `bookmark` option (provided by the DocumentPicker module).
Copy file name to clipboardExpand all lines: docs/docs/sponsor-only/intro.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ There's the improved (list of changes below) picker package (called `@react-nati
42
42
43
43
### Windows
44
44
45
-
Windows is not supported at the moment. While there is Windows-related code in the public module, it's not maintained and probably does not work.
45
+
Windows is not supported at the moment but you can try your luck [here](https://github.com/ClaudiuHBann/document-picker-windows). While there was Windows-related code in the public module, it was not maintained and probably does not work.
Copy file name to clipboardExpand all lines: docs/docs/sponsor-only/picker/integrating-on-android.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
sidebar_position: 10
3
3
---
4
4
5
-
# Android Usage Notes
5
+
# Android usage notes
6
6
7
7
:::tip
8
8
The TL;DR version is: the Open and Import modes on Android aren't too different in practice, and you can usually use either one, often combined with [`keepLocalCopy`](./keeping-local-copy.mdx).
// '<a target="_blank" href="https://github.com/reactwg/react-native-new-architecture/discussions/154">Bridgeless mode</a> is now available in the premium module!',
137
-
// isCloseable: true,
138
-
// },
129
+
announcementBar: {
130
+
id: 'announcementBar',
131
+
content:
132
+
'Find these packages useful? Say thanks by <a target="_blank" href="https://github.com/sponsors/vonovak">sponsoring</a> the author on GitHub!',
0 commit comments