-
-
Notifications
You must be signed in to change notification settings - Fork 464
Open
Labels
Description
Thank you for creating and maintaining this library! We've recently started implementing it and found it incredibly useful.
We have a suggestion that could enhance its functionality. Another library, react-native-file-viewer, includes options like these when opening a file:
await FileViewer.open(filePath, {
showOpenWithDialog: true,
showAppsSuggestions: true,
});
Would you consider adding similar options? We believe this feature would provide users with greater flexibility when handling files. If it's feasible, it seems like it wouldn't require too much effort to implement and could significantly enhance usability.
Thanks for your time and consideration!