ShaneMcNamara
ShaneMcNamara
FYI, I have looked into the repo, and specifically for the `Signature` component, the issue can be found in [/lib/components/Signature.js#L44](https://github.com/expo/expo-pixi/blob/040f24670f4a16b18c60fd7342a589921121e963/lib/components/Signature.js#L44). Looks like the only thing it is doing is forcing...
Thanks @icambron, I must have missed the [ICU note for install](https://github.com/moment/luxon/blob/master/docs/install.md). It does work correctly when I upgrade Node. Re 2. I get my timezone names from moment-timezone (`moment.tz.names()`), as...
Hi @krystofwoldrich, Thanks for the response We've essentially followed the guide here: https://docs.expo.dev/guides/using-sentry/#uploading-source-maps-for-updates for SDK 49 and below. In the deploy step of our pipeline we run these commands: ```...
@krystofwoldrich - It doesn't seem to have helped. Here are the new update steps and outputs: ``` - find dist/bundles/android-*.map -exec node_modules/@sentry/cli/bin/sentry-cli releases files mobile@$RELEASE upload-sourcemaps --dist $BITBUCKET_COMMIT-android --rewrite dist/bundles/index.android.bundle...
Thanks @krystofwoldrich. I'll leave it to you to decide whether you want to close this based or not, based off the warning still appearing.