react-native-exif
react-native-exif copied to clipboard
File path when getting exif data
Hi, I just try your library but not really know how to access my file with exact filepath
My source code is in BottomSheet.js and the image that I want to get the exif data is photo.jpg in image folder.
I have try "./image/photo.jpg" and "/image/photo.jpg" and error response is java.io.FileNotFoundException: image/photo.jpg (No such file or directory)