Results 918 comments of dan

cc @rickhanlonii might be nice to dig in unless we know what this is

OMG. I _accidentally_ imported `ScrollView` from RNGH (due to my IDE) and that's why it did not work. If I change the `ScrollView` import to be from `react-native`, it works....

Ohh ok that makes sense (and yeah, not very obvious). Could `GestureHandler` be made to warn if its direct child is an RNGH back compat component? It would be nice...

My two cents is that `requireExternalGestureToFail` docs need to show how to block native views. It is documented *neither* in `requireExternalGestureToFail` docs *nor* in `Gesture.Native()` docs. It is not obvious...

Are there any other big projects that migrated and are happy with the experience? I never used Berry before

yeah tbh i don't think we can prioritize big infra changes like this at the moment, and i think we might as well adopt pnpm if we're making a change...

Similar problem: https://github.com/anthropics/claude-code/issues/668#issuecomment-3036602220

@WoLewicki Is this problem specific to New Architecture, or do you see it on main as well?