Alec Larson
Alec Larson
Fixes #232 - move `[RCTViewManager checkLayerExists:]` to `[NSView ensureLayerExists]` - enable edge antialiasing only for transforms with perspective - stop setting `layer` manually in `[NSView ensureLayerExists]` (let the `layer` getter...
If you have a `.svg` file or URL that you want to render, check out my new library. https://github.com/alloc/react-native-svgkit I haven't published it to NPM yet, so you'll need to...
#225 is ready for feedback from anyone willing to try it with their project(s) in a dev environment. It upgrades the `react` peer dependency to v16.6.3, which is the version...
Hey, I've been working on upgrading the `metro` dependency from v0.24.3 to v0.45.2 (which is a version I've recently added symlink support to). I think you'll find my commits useful,...
On `OSX v10.10.4`, I've tried `npm install imagemagick-native` on: - io.js v3.0.0 - io.js v1.6.2 - NodeJS v0.12.4 - NodeJS v0.10.36 What should I do? :smile: ### terminal output ```...
Shouldn't this project use the GPL license, since Poppler does? https://gitlab.freedesktop.org/poppler/poppler#history-and-gpl-licensing
Should `prettier` be a dev dependency? Or am I misunderstanding the purpose of `eslint-config-prettier`. Either way, the lack of auto-indentation is troubling me 😅
Sister PR to this: https://github.com/react-spring/react-spring/pull/632
In v9, `auto` is no longer supported, so we need to fix the "tree view" example. https://github.com/react-spring/react-spring-examples/blob/111bd7eb6308b95213e963712660a0441e3a4bd2/demos/hooks/tree/index.js#L37