Jón Rúnar Helgason
Jón Rúnar Helgason
Thank you for reporting. Same here. Currently using *sentry-expo* which seems to mandate *expo-updates* as a side dependency so no dice. Tried on v49.0.0 and v49.0.1.
Tested a new release version with TestFlight and `[email protected]` seems to have fixed the issue on iOS. The app however keeps crashing on bootup in internal testing (release mode) on...
> Could you tell me where did you find your crash logs from? Looks like output from [Logcat](https://developer.android.com/tools/logcat). It is available as a command line tool and as part of...
Same here. On `npm install` / `npm install argon2` a fetch for the pre-built binaries seems to fail on a 404 Not Found: ``` npm ERR! node-pre-gyp http GET https://github.com/ranisalt/node-argon2/releases/download/v0.31.0/argon2-v0.31.0-napi-v3-darwin-arm64-unknown.tar.gz...
On a closer look it seems that in commit https://github.com/ranisalt/node-argon2/commit/51d8364c56b33dc96fb1eec0941d3c423b5e547a `macos-m1` was removed as an extra release target. Maybe on accident. ```diff # .github/workflows/release.yml - include: - - node-version: 16...