William Swanson

Results 60 comments of William Swanson
trafficstars

This issue also affects certain older Android 6 devices, like the Oukitel K6000. The exponentiation operator was introduced in ES2016, which makes it newer than things like the `import` keyword...

I am getting the same issue, and the reproduction steps above match my basic setup. This is with Yarn v1.22.17.

Oops! Something must have gone terribly wrong when I first submitted the PR, but I put back the missing line (which we definitely have in our app). We have been...

> I don't think this is an appropriate fix. The createViewInstance function should not be called when the Activity is null. Have you tried using the AndroidX Activity getter? I'm...

> Is this still valid ? It is unclear. Our app has been shipping with this patch for years, and we no longer have any blur-related crashes in our Bugsnag...

This pull request is important to us as well. We need to get onto React Native 0.58 for 64-bit support, but for now react-native-picker is not building on this version.

I work for https://edge.app, a crypto-currency wallet, so we [use this component in our app](https://github.com/EdgeApp/edge-react-gui/blob/develop/src/modules/UI/components/QRCode/QRCode.ui.js). I would like to volunteer as a maintainer, since we rely on this codebase, and...

I have opened a competing pull request, #409. This pull request contains the correct solution according to the react-native 0.40.0 release notes. The single-quote vs. double-quote thing was a red...

You can see the [algorithm in the source code](https://github.com/barrysteyn/node-scrypt/blob/master/src/scryptwrapper/pickparams.c). It shouldn't be too hard to convert this to Javascript. However, it looks like this has already been done over in...

Story time: The company I work for, [Edge wallet](https://edge.app), started using Standard.js very early on. It was easy to set up, and things were great! Soon after, we decided to...