DanielAraldi/react-native-blur-view — reverse-engineered prompt
Reverse engineered prompt
Build me a simple React Native library that gives me a polished blur effect and a vibrancy effect I can drop into apps. I want a BlurView, a VibrancyView, and whatever wrapper is needed so the blur can target content behind it correctly, especially on Android where that target seems to matter. It should feel modern, work with the React Native new architecture, and be written cleanly in TypeScript.
Please make sure it works well in the real cases people actually use, like screens with scrolling content, image backgrounds, and modal overlays. It should also behave nicely during screen transitions and animations, and support iOS, Android, Apple TV, and Android TV if possible. Include a small example app that shows the main use cases, plus clear setup and usage docs so someone can install it and understand where the blur target and blur view need to sit in the layout.
If anything about the native implementation is tricky, look up the current docs online and wire it up the right way.
Want more depth? Deep Reverse