openmobilehub / react-native-omh-storage

https://openmobilehub.github.io/react-native-omh-storage/
Apache License 2.0
7 stars 0 forks source link

[OMHD-472] feat: Implemented download feature #20

Closed kamilkedzierski closed 3 months ago

kamilkedzierski commented 3 months ago

Summary

Note:

Here are some GitHub issues related to the above (it's in react-native-blob-util repo, but it's same for other File System libraries): https://github.com/RonRadtke/react-native-blob-util/issues/62#issuecomment-1024041198 https://github.com/RonRadtke/react-native-blob-util/issues/161#issuecomment-1163861822

    <key>UISupportsDocumentBrowser</key>
    <true/>
    <key>UIFileSharingEnabled</key>
    <true/>
    <key>LSSupportsOpeningDocumentsInPlace</key>
    <true/>

Demo

https://github.com/user-attachments/assets/68e63cc3-0c6a-4f78-b980-e82e3432053e

Closes: OMHD-470

andrei-zgirvaci commented 3 months ago

Great job @kamilkedzierski! Other than my first comment, everything looks good!