Simon Reggiani

Results 55 comments of Simon Reggiani

@realabbas your app needs to be published on the Play Store at least once, at least in the internal testers channel. see the official troubleshooting page: https://developer.android.com/guide/playcore/in-app-review/test#troubleshooting It also doesn't...

If sorry you all are having issues showing the review dialog. Have you read this: https://developer.android.com/guide/playcore/in-app-review/test#troubleshooting ?

I had a similar issue in my GH actions where all tests would pass but still exit 1. ``` Test Suites: 10 passed, 10 total Tests: 38 passed, 38 total...

@JJLionHeart did you find a way around that? I'm also running into this issue when installing `RecaptchaEnterprise`.

I fixed it by adding `use_modular_headers!` in my Podfile and adding `:modular_headers => false` to a bunch of pods

Has anyone been able to make Typewriter work with React Native?

It seems that Pull Reminders/Pull Panda have been removed from the market place, is there any update the having this feature in the official app, or any new alternatives?

We ended up using Toast for our team: https://slack.com/apps/AC6M092SD-toast Works great and supports direct messages to requested reviewers among other features.

I tried to use https://github.com/DiederikvandenB/apollo-link-sentry to get the GQL query names instead of `/graphql` everywhere but it didn't seem t work.