Jamie Birch

Results 104 comments of Jamie Birch

> * should the event typings be `onclick: ...` or `"on:click": ...` or `onclick: string, "on:click": ...`? The first option is how it was transformed/dealt with in language-tools previously. Whichever...

@jpbow Loving the naming and branding ![when-its-all-coming-together-oh-yeah-its-all-coming-60798512](https://user-images.githubusercontent.com/14055146/79597071-8b353500-80d9-11ea-9840-d313a5932b68.png)

@brainkim I'd like to put forward a vote for Kronk to be the mascot of the whole Crank ecosystem

* Cronk -> Kronk * Crank -> Clank? ![Clank_from_R C_(2002)_render](https://user-images.githubusercontent.com/14055146/79600420-0b11ce00-80df-11ea-848e-ce50380ebb24.png)

I believe this is simply because when Javascript accesses a property on the bridging object, it just visits the address in memory for it and takes the value that is...

Is the imageSource function part of a class called HelloWorld, and did you load that class as a plugin into your WKWebView? Also, are you calling the Javascript on the...

I'll check whether this reproduces on my end once I'm free (I'm just about to go to bed right now, unfortunately). In the meantime, as a workaround, maybe you can...

Okay, I've just checked it on my end. Here's how I've written the prop: ``` injectJavaScript={"alert(\"hello\");"} ``` It works in my `react-native-wkwebview` fork for macos (which uses the same code...

I did some work on this for my macOS fork (just change the `NS` to `UI` to try on iOS, pretty much: ```obj-c // inside init() NSClickGestureRecognizer * _gestureRecognizer =...

That does sound like a nice idea. I'd recommend bundling the types with the project rather than splitting it out into `@types`, however. I'll note that I use the regular...