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
The example app reveals that on windows the DocumentDirectoryPath doesn't return the path to the documents but <user>/AppData/Local/Packages/<package-id>/LocalState. On the other hand, according to the README the ExternalDirectoryPath should be Android-only but returns the actual directory path.
Possible solution
The DocumentDirectoryPath should return the actual directory path which is returned by ExternalDirectoryPath
The <user>/AppData/Local/Packages/<package-id>/LocalState should be returned by another Constant (to be clarified)
The text was updated successfully, but these errors were encountered:
Description of the issue
The example app reveals that on windows the
DocumentDirectoryPath
doesn't return the path to the documents but<user>/AppData/Local/Packages/<package-id>/LocalState
. On the other hand, according to the README theExternalDirectoryPath
should be Android-only but returns the actual directory path.Possible solution
DocumentDirectoryPath
should return the actual directory path which is returned byExternalDirectoryPath
<user>/AppData/Local/Packages/<package-id>/LocalState
should be returned by another Constant (to be clarified)The text was updated successfully, but these errors were encountered: