Elliott Kember

Results 15 comments of Elliott Kember

I moved to a `babel.config.json` file without any change in hot reloading times, and adding `--no-hmr` gives me `Built in 3.69s`, ranging between 3 and 8 seconds. I don't know...

@mischnic I figured out the problem with Parcel 1 - it was that `fsevents` is an optional dependency for `chokidar` which is used for the file watcher - after I...

Fantastic news. I had just hit a conflict with react-native-reanimated (edit: v2), which seems to require Hermes, so this was perfect timing. I switched this version in from 10.6.1 and...

@ChiragMDave I tried your code - nice work! Here are a few little things I noticed: 1. The pinch-zoom scales from the centre of the viewport, instead of from the...

@10000multiplier That example's great! The `react-native-reanimated` and `react-native-gesture-handler` libraries have some features that would simplify all this calculation a lot. This library has been around since 2018 - I'm sure...

> @elliottkember indeed, v2 of `react-native-gesture-handler` just came out with a rewrite of the old API! > > > > You may want to get familiar with some of the...

@10000multiplier This is awesome. Super impressive work @intergalacticspacehighway! As it turns out, we may have a need to implement this in a new version of the library. There are many...

@10000multiplier This is great! Unfortunately this doesn't solve the use-case where a user can zoom and pan the image like a map, which is how we use it. We're working...

@10000multiplier We've spent the last couple of days working this into a new version of the plugin. You can check it out in the V3 branch in [our repo](https://github.com/openspacelabs/react-native-zoomable-view/tree/v3). The...

Hi! Great wordplay and I learned a new expression! Yes, the app has a provider. To clarify, the container works great with hot loading until I change the code in...