Rickard Natt och Dag
Rickard Natt och Dag
I came to need this again, so I updated the API without the need for underscores. Now it works with all these variations: - `intersect rootMargin:10%` - `intersect rootMargin:10px 20px...
@1cg What do you think about the updated API? I found a need for this again and remembered I had this PR 😅
This PR is still relevant. We've patched it in and custom views are working for us with it. When you have time, please have a look @Titozzz or @jamonholmgren.
This is still an issue in our project. Any chance of reopening this PR?
We're seeing something similar in `4.18.0`: - Open a `formSheet` modal - Close sheet (either by swiping or pressing outside) and **quickly interact with the view behind the form sheet**...
Interesting, thanks for digging into it! I would happily create an issue in Reanimated, but I think you have way more knowledge about the underlying issue 😅
Thanks for fighting for a good API! This is a smart workaround in the meantime.
Ahh great, thanks @IwanKaramazow!
Are you using [precompiled React Native core](https://reactnative.dev/blog/2025/08/12/react-native-0.81#experimental-precompiled-ios-builds)? We got this error in multiple libraries, but after disabling `RCT_USE_PREBUILT_RNCORE` it disappeared.