-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
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
Android Issue #61
Comments
Disregard. I discovered what I had done wrong. I wasn't passing stickers to the component. |
How did you solve the error? I'm having the same one. Could you share a snippet of how you're using the library in this case, please? |
I had to define stickers as an empty array.
See below:
stickers = [];
const path = await PhotoEditor.open({
path: photo,
stickers,
// path: photo.path,
});
…On Thu, Apr 4, 2024 at 1:19 PM Jose Caraballo ***@***.***> wrote:
Disregard. I discovered what I had done wrong. I wasn't passing stickers
to the component.
How did you solve the error? I'm having the same one. Could you share a
snippet of how you're using the library in this case, please?
—
Reply to this email directly, view it on GitHub
<#61 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASIUU6AYDVJXCKH4SZFAF4DY3WKR7AVCNFSM6AAAAAA33TRDCOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZXHA4DOOJRGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Brian Camp
https://www.linkedin.com/in/brianw-camp/
817.707.3681
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code is working for me in IOS, but not Android receiving message while using example code:
Null cannot be cast to non-null type com.facebook.react.bridge.readableArray
The text was updated successfully, but these errors were encountered: