James Gillmore
James Gillmore
@DylanPiercey @stevenvachon there will be other gotchas too like achieving `../..`. That requires each component to have a link to its parent so we can traverse the component tree backwards....
@DylanPiercey @stevenvachon as for `#each`, what I've found is basically we should solve custom block helpers and `#each`, `#with`, `#if`, and `#unless` as if it's no different. In other words,...
that might not actually work. the phantom js renderer id has to be registered with the EventEmitter renderer and then in render.js console.log('render:'... must contain the id of the renderer...
``` let particleProps = { name : "untitled", enabled : true, contentsRect : {x: 0.0, y: 0.0, width: 1.0, height: 1.0}, magnificationFilter: 'linear', minificationFilter: 'linear', scale: 1.0, scaleRange: 1.28, scaleSpeed:...
I'm about to start, but I've been tracking this for a while and support seems to be ready: https://github.com/lwansbrough/react-native-camera/pull/262#issuecomment-234376206 I'm interested to find out if the iOS version is as...
@tomtang539 did you ever figure this out? Also, how are you moving the video around? I actually in some cases want to keep the file locally on the device. My...
Glad you like the goods. There is a half completed PR someone did for allowing for Magic comment overrides. The completion of it would be welcome. It's in the universal...
support both is the direction of this repo, as without it requires specifying not just the comment, but the `resolveOption`, which makes it less accessible. That said various issues around...
I actually meant the `chunkName` option. So if you customized the magic comment, you need to customize the `chunkName` option (which otherwise is automatically generated for you by this plugin):...
Hey there, I actually haven't heard of this bug. Basically I'd isolate down to the simplest scenario until you get it working again, as you seem to be doing, until...