Jordan Max
Jordan Max
@andreperegrina I never did! I actually ended up swapping out React Hotkeys for a hooks based approach where this was an issue. It's possible that the newest version does fix...
@MoOx Sure. I'll have to set the project up locally. I will try it soon.
@birkir Thanks for looking into that. Would that bug still be a problem if I'm not defining a `color` in `style`? Are you suggesting that the `color` prop is never...
@birkir I'm getting the same error `can't find variable: React` as with version `1.0.1`. Are you testing this locally and not seeing that error?
@MoOx Understood, thanks. I'll try again once @birkir updates to include your changes.
There must be some kind of misunderstanding here. @birkir you understand that the code currently hosted on the NPM registry does not work? It throws errors when incorporated into a...
Oh, 🤔 . That's surprising to me too actually, I wouldn't expect metro to break with pre-compiled code. But I admittedly have never published a library for React Native. I'm...
@tobyhinloopen Thanks very much for posting the solution! It's very helpful and does work so long as I use a variable to set the value of offset and exclude `this`....
@tobyhinloopen Thanks for the quick response. That's what I would expect. When I try to reproduce my issue in codesandbox using real browser environment, it works correctly. But when using...
@tobyhinloopen Right you are on all accounts! Thank you!! I'm still a little unclear about why `getComputedStyle` is necessary, and is it possible to write a setter given that method....