benwiley4000 / gif-frames

🖼 Extract frames from an animated GIF with pure JS
MIT License
167 stars 26 forks source link

Using gif-frames in RN project and getting promise rejection with error stating "isTrusted: false" #19

Open kurnal opened 4 years ago

benwiley4000 commented 4 years ago

@kurnal sorry for not responding. That sounds like something I've never encountered because I don't work with React Native, but I'd ask you to try a couple things:

  1. Could you provide a more detailed stack trace and explain how you're trying to render your result?
  2. Check this: https://github.com/facebook/react-native/issues/12411#issuecomment-283265070 it seems maybe you need to grab e.data rather than logging the event itself? Just a guess.