-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong Dirs.MusicDir after upgrade from joltup #89
Comments
This issue still exists in version 0.16.2. |
@omidshafai |
hello @RonRadtke This issue still exists in version "react-native-blob-util": "^0.16.2", can you please fix this |
@feraswfares witch directory did you use? |
this is how i use the path
if i try to use this
i will got this error |
I'll take a look later at it. |
Thank you @RonRadtke it is not working on both samsung galaxy edge with android version 9.0 |
@feraswfares I changed it now back to the old implementation (not live yet). |
@RonRadtke Thank you i use this workaround and its work like a charm for both android 9 and android 11 |
@feraswfares yeah that is for the download dir similar to my implementation. So should work fine for you. So if it worked before that on joltup it should work again. |
@feraswfares coul you test it if it works for you after I released it? |
@RonRadtke |
Great thanks! |
@RonRadtke approved it is work like a charm i test it on both |
Thank you very much. I'm glad it's working as expected for you |
This issue exists for |
Did you change to the legacy dirs? @DavFeng1 |
Hey @RonRadtke thanks for the reply, I've changing to legacy dirs and it seemed to work on android >= 10 , however I'm having issues with android 9. Do I need to change the dirs I'm accessing depending on android version? |
i am facing this issue again in "react-native-blob-util": "^0.19.9",
|
The Android directory constants are changed in #2. I think the change is wrong. Apps are still allowed to save files in root directories. For example, we let our app save their audio files in /storage/emulated/0/Musics. After migration to this package, the constants are changed and files are stored in private directories, which is wrong, at least for the purpose of our application.
I wonder if you can rollback the change, or introduce new constants for the legacy paths.
Thanks.
The text was updated successfully, but these errors were encountered: