- Version of Mobile SDK Used: 8.3.0
- Issue found in Native App or Hybrid App: React Native
- OS Version: 10.0
- Device: Pixel 3A
- Steps to reproduce:
- Actual behavior: content uris aren't supported by in
- Expected Behavior: support content uris
- Error Log:
Apologies if this has been asked before.
The sdk right now doesn't handle files with content uris, it fails with following error
URI scheme is not \\\"file\\\"\"}
With ScopedStorage stuff it would be helpful if the sdk supported content uris. This solution seems to work, and I was wondering if it made sense to include it in the sdk. I am willing to send a pr there if is interest, let me know.
Thanks
Apologies if this has been asked before.
The sdk right now doesn't handle files with content uris, it fails with following error
With ScopedStorage stuff it would be helpful if the sdk supported content uris. This solution seems to work, and I was wondering if it made sense to include it in the sdk. I am willing to send a pr there if is interest, let me know.
Thanks