Jascha
Jascha
Is probably addressed with https://github.com/Kureev/react-native-blur/pull/411 now, waiting for merge though.
Also worked for me after upgrading to RN 0.72.7 and detox 20.13.5
Faced the same issue and updated `moduleResolution: Node` to `moduleResolution: bundler` in `tsconfig.json`.
I solved the issue on my end in my TS project by updating the `tsconfig.json` like this: ```json "target": "ESNext", "module": "CommonJS", ```