day8 / re-frame

A ClojureScript framework for building user interfaces, leveraging React
http://day8.github.io/re-frame/
MIT License
5.44k stars 716 forks source link

addEventListener and attachEvent unavailable when using with react-native #621

Closed zendevil closed 4 years ago

zendevil commented 4 years ago

I'm using the re-frame library in a react-native project, and including it gives the following error:

Screen Shot 2020-06-30 at 9 11 22 AM

This error seems to be about web-specific functions that aren't available in native. How to fix this error?

superstructor commented 4 years ago

Thanks for the report. This is a duplicate of #604 so will close this and continue tracking it there.