Nick Malezh

Results 8 comments of Nick Malezh

Hi, sorry, don't have a time right now. Is it okay if I request reopening this issue if I will be able to reproduce it again and will create reproduction...

on version 7.24.2 everything is fine

The problem fixes if you statically specify width and height of the container view

> > The problem fixes if you statically specify width and height of the container view > > can please you elaborate you answer more, because this is serious issue...

For me the only stable solution to avoid any lags is to use uncontrolled `TextInput` which means DON'T use `value` field. You can manage that in 2 ways: 1. Use...

This hotfix helps me, just wrap it around the root of the modal, the trick here is to use `useAnimatedStyle` with transform. translateY: 0 . You can use `withSafeAreaFix` or...