u/FamiliarOption

Image 1 — I made a tool that finds Ul violations in RN screens, and it works as an MCP server
Image 2 — I made a tool that finds Ul violations in RN screens, and it works as an MCP server

I made a tool that finds Ul violations in RN screens, and it works as an MCP server

I thought what if I could have a tool that finds my UI inconsistency issues in my app screens in react native instead of fixing each one on its own (which takes so much time) or asking AI to fix it (which could reult it takes even much more time and more UI dept).

This is "Rhizophora", think of it as an eslint but for UI(no emulator or server to install).

It saved me hours of fixing things I don't usually want to because they're boring. Like inconsistent margins, paddings, spacing problems, state/memory issues (which I really struggle finding even with AI).

I thought this might help someone so.. here you go.

https://github.com/punic-pillars/rhizophora

If you got any ideas, suggestions for improvement or questions please do not hesitate

Ps: Sorry for the ugly images + docs, I'm really not good at it 😅.

u/FamiliarOption — 6 days ago

Blur in react native

Everytime I use blur in react it doesn't look like blur. It looks more like just a background color or fake blur. Is this a react native limitation or I am just not implementing it correctly?

reddit.com
u/FamiliarOption — 6 days ago