Alexey Kureev

Results 111 comments of Alexey Kureev

Blur on Android requires a reference to the view you want to blur which is not possible to pre-define before initial render (as far as it's controlled by React and...

Any chance you can take a look on it soon, @alunny? 🙏

@jordwalke Ah, got it. I also like your way with updater. My goal was to avoid using `this` and compose components from the export functions (but it's already in the...

@chicoxyzzy I'd implement a context as one of the arguments: ``` javascript render(state, props, ctx, updater) { //... } ```

@chicoxyzzy What means "optional"? If you want, you can omit all attributes, use it like this: ``` javascript render() { return *; } ``` If you're talking about order of...

If I'll fix it, would you accept PR?

Yeah, I assume it isn't compatible with the latest version of Swift lang. But as far as I'm not using this library anymore, I spend no time maintaining it. Although,...

No idea, to be honest. Try to update all dependencies and reproduce it on a blank project.

Indeed! I'll try to improve it tomorrow. Thanks for the issue!

Yeah, I'd like to make installation of this library as easy as possible, and `rn-cli.config.js` is definitely an unnecessary complication we can avoid. I'm on it right now, will let...