react-native-intersection-observer icon indicating copy to clipboard operation
react-native-intersection-observer copied to clipboard

After using the new React Native architecture, both Android and IOS reported errors due to enabling Fabric. The error is as follows: Warning: ref.measureLayout must be called with a ref to a native component

Open shuiyuexuan526 opened this issue 1 year ago • 4 comments

After using the new React Native architecture, both Android and IOS reported errors due to enabling Fabric. The error is as follows: Warning: ref.measureLayout must be called with a ref to a native component

shuiyuexuan526 avatar Apr 02 '24 12:04 shuiyuexuan526

Any update on that?

JedrekDabrowski avatar Oct 22 '24 11:10 JedrekDabrowski

Can confirm that this is (still) an issue on RN 0.76 and breaks the entire implementation.

Vashiru avatar Nov 16 '24 00:11 Vashiru

I'll submit a pull request fixing the issue in a few, for now here's a patch package for anyone else running into this issue: https://gist.github.com/Vashiru/28ac8b9e565ad22e656774a2c1ec5fe9

Vashiru avatar Nov 16 '24 01:11 Vashiru

Commenting here - facing same issue

PaddaSecurity avatar Dec 19 '24 05:12 PaddaSecurity

Any movement on this? Is this library dead?

slatermorgan avatar Apr 25 '25 09:04 slatermorgan

Sorry for the delay on this. The issue has been fixed in 0.2.1, please give it a try!

zhbhun avatar May 07 '25 07:05 zhbhun