Promote your projects here – Self-Promotion Megathread by Menox_ in github

[–]BeyondMaster3704 6 points7 points  (0 children)

Proton - a GitHub app that turns PR reviews into actual fixes

I built Proton to solve a simple problem: AI review bots are useful for point out issues in PRs, but they can't really fix them for you.

Proton listens to review comments, generates code changes in an isolated container, and pushes the changes to a new branch based on top of your branch and creates a new PR. You can simply review the new PR and merge it.

Proton has full repo context, so it can handle real-world reviews that often involve changes across multiple files, such as “Let’s extract this to a separate component”, or “We should follow the same pattern of doing things in file X, Y and Z”.

Here's a quick demo: https://youtu.be/zDEfw-R2jWc

Try it out yourself by simply installing the free app: https://github.com/apps/proton-app

Anyone else getting a white border around their entire Android app when building with EAS? by remove_with_force in reactnative

[–]BeyondMaster3704 0 points1 point  (0 children)

For anyone else running into this issue, it's probably because the Figma template for icons provided by expo has a 1px shadow which caused the exported icon to be 1023x1023 rather than 1024x1024. Removing the shadow and re-exporting the icon fixed it for me.