Dominique Rau

Results 18 issues of Dominique Rau

Fix stack action examples for future version. The button labels on the example were swapped.

json is not defined

From iPhone 12 upward the `neutralZoom` is 2. You can see the difference below, where I took a screenshot of the current example at the same distance to the table....

Newer iPhones have neutralZoom of 2 and therefore cannot find small QR-Codes if zoom is at it's default value 1. This commit uses the device neutralZoom property as the default...

Package.json has `"main": "dist/index.cjs",` but package has `dist/index.cjs.js` which breaks the metro bundler. We can either update the package content or rename the file?

Would be nice to get an example with shared/concurrent access to resources. Im coming from rxjs, where one can create a shared observable source which refcounts (e.g. wrapped event emitter)....

After #486 got merged I now need a polyfill for TextEncoder for react-native. Just wanted to point out that TextEncoder is not (yet) in the ECMAScript spec: https://github.com/facebook/hermes/issues/948#issuecomment-1485527603 Just wanted...