Andrea Cassani

Results 5 comments of Andrea Cassani

This happens to me as well but apparently only when Hermes is disabled. Didn’t test on real device only emulator

I'm upgrading an old project from RN 0.66.1 to 0.72.3 and I'm noticing this problem as well on Android. When I try to nest a `ScrollView` inside a `KeyboardAvoidingView`, I...

I added a repository [https://github.com/andreacassani/kav-test-android](https://github.com/andreacassani/kav-test-android) where you can compare the behavior on RN 0.72.3 vs 0.71.12 (should be the last version before 0.72). I think something happened between 71.12 and...

So it looks like this is an issue with the ScrollView rather than the KeyboardAvoidingView. In RN 0.72.0 [681b35daab](https://github.com/facebook/react-native/commit/681b35daab2d0443278fe18c364b0e72c8c85673) the following line was added to `ReactScrollView.java`: https://github.com/facebook/react-native/blob/aab52859a447a8257b106fe307008af218322e3d/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/scroll/ReactScrollView.java#L1073 Removing this line...

> Not a fan of adding this universally – not everyone uses CloudFlare. But it would be better to support spreading props onto the `` tag so you can just...