Kakar Nyori
Kakar Nyori
### Description When using Reanimated's `useAnimatedScrollHandler` or `useScrollViewOffset` with scrollable components (FlatList/ScrollView), there's a significant performance degradation (stuttering) on Android, but **only in development builds**. The same code works smoothly...
**Overview** I've identified several inconsistencies in the TextInput component's auto-growing behavior when used with KeyboardAwareScrollView, affecting both iOS and Android platforms. These issues vary depending on prop configurations and component...
**Describe the bug** Both Android and iOS experience scroll stuttering when multiline TextInputs need to grow, though the behavior differs in severity. This was discovered while investigating #708. Android: -...