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
I tried to add your library in my project but I got this error when I run on iOS :
Undefined symbols for architecture x86_64: "OBJC_CLASS$_RCTImageLoader", referenced from: objc-class-ref in MerryPhotoView.o
Below is my package.json :
package.json
"@merryjs/photo-viewer": "3.1.4", "react-native": "0.62.2",
I found a fix in the react-native-unimodules repository and it works !
I applied this changes in MerryPhotoView.m file.
MerryPhotoView.m
The text was updated successfully, but these errors were encountered:
I can't reproduce the bug, I tested and works perfect. Please create a reproducible demo if you can.
Sorry, something went wrong.
It also happens to me:
"@merryjs/photo-viewer": "3.2.1", "react-native": "0.63.3"
NOTE: I'm using use_frameworks!
No branches or pull requests
I tried to add your library in my project but I got this error when I run on iOS :
Below is my
package.json
:I found a fix in the react-native-unimodules repository and it works !
I applied this changes in
MerryPhotoView.m
file.The text was updated successfully, but these errors were encountered: