We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I am trying to use this library and I get the following error: react-native: 0.51.0
TypeError: undefined is not an object (evaluating '_reactNative.NativeModules.ReactNativeExif.getExif')
These were the changes made during the Linking
MainActivity.java:
import com.devialab.exif.RCTExifPackage;
build.gradle:
settings.gradle:
include ':react-native-exif' project(':react-native-exif').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-exif/android')
Will this error come up when an image path is not correct? Can this library support reading from a base64 string?
The text was updated successfully, but these errors were encountered:
Hi!
do you add RCTExifPackage() to getPackages on MainApplication? Anyway, you can setup this library with react-native link command.
react-native link
Sorry, it only work with local filesystem images.
Sorry, something went wrong.
@francisco-sanchez-molina Thanks for your reply. Seems this should be part of the README.md
README.md
I have linked the library, but I am still getting this error on iOS. Is there something else that I am supposed to do to get it working?
No branches or pull requests
Hello, I am trying to use this library and I get the following error:
react-native: 0.51.0
These were the changes made during the Linking
MainActivity.java:
build.gradle:
settings.gradle:
Will this error come up when an image path is not correct?
Can this library support reading from a base64 string?
The text was updated successfully, but these errors were encountered: