Replies: 2 comments
-
|
I'm thinking on mover the caché file into other location to use it |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Here is similar example for Display Image From Android Asset Folder In React Native : https://www.skptricks.com/2018/07/display-image-from-android-asset-folder-in-react-native.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Besides to uri which is a cache storage of the image just picked, how to get path of the image on local gallery (in both android and iOS)? I didn't find path in assets object returned. After image is picked, the app needs to know the path of the image when uploading it to cloud. Here is the code for image picker:
Currently the uploading to cloud only works in android emulator but throws ENOENT (file not found) on real android phone (android 10). Will try to upload with physical path to see if it works.
Beta Was this translation helpful? Give feedback.
All reactions