gif-frames
gif-frames copied to clipboard
Using gif-frames in RN project and getting promise rejection with error stating "isTrusted: false"
@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:
- Could you provide a more detailed stack trace and explain how you're trying to render your result?
- Check this: https://github.com/facebook/react-native/issues/12411#issuecomment-283265070 it seems maybe you need to grab
e.datarather than logging the event itself? Just a guess.