Eugene Voloshchak
Eugene Voloshchak
> @eVoloshchak any input on this proposal? ~I think @MandarDevarshi's [proposal](https://github.com/Expensify/App/issues/11695#issuecomment-1275607399) is the better solution~ There are multiple components where this fix would also need to be implemented Per [discussion](https://expensify.slack.com/archives/C01GTK53T8Q/p1665597477187449?thread_ts=1665434639.537719&cid=C01GTK53T8Q)...
True, every other scrollable screen has this behavoir Disregard then We should go with the approach of wrapping child components with ``, but before that, we need to figure out...
> @eVoloshchak any thoughts? Apologies, missed it because it was added before the "Help Wanted" label. Your proposal addresses the problem with nested VirtualizedLists error, so it's better. But removing...
@Prince-Hamza, thanks for your proposal Could you please explain in more detail where exactly would you add this prop? [This](https://github.com/Expensify/App/blob/83676c1036299ffecbf82f4b829a7f8cbd741cd7/src/pages/settings/Payments/PaymentMethodList.js#L213) Flatlist?
> I can clone and test if you want Yup, that would be awesome!
> there are errors installing and running app If you're experiencing issues while building android, changing [this](https://github.com/Expensify/App/blob/62ff507162d7712c2aa76b5eb96141f83ec2dd91/android/build.gradle#L48) line to `mavenCentral()` should help
https://user-images.githubusercontent.com/9059945/197559821-8728ea9b-a823-47e1-8e47-062be699e959.mp4 The keyboard isn't hiding on scroll Not sure what's the issue, the only change I did is to merge your changes into the latest changes from `main`. Could you...
> I just pulled the latest `main` and retest it again on an Android device and the Android simulator. Can confirm it's working for me, reviewing
Screenshots **Web** https://user-images.githubusercontent.com/9059945/197596992-f8373067-17f0-4448-823c-519a4e9c3946.mov **Mobile Web - Chrome** https://user-images.githubusercontent.com/9059945/197597199-11f3d0cd-b2cd-4044-83f9-891c833121b8.mp4 **Mobile Web - Safari** https://user-images.githubusercontent.com/9059945/197597474-6a7ac4ea-e941-49ae-bceb-27d9b3fed302.mov **Desktop** https://user-images.githubusercontent.com/9059945/197598064-4e2cfa00-7455-41ec-a4fd-3ea01e9cbea5.mov iOS https://user-images.githubusercontent.com/9059945/197598326-e11d9083-207f-4334-ab6f-7e6c2a56fa4c.mov **Android** https://user-images.githubusercontent.com/9059945/197600312-29f4065f-f30e-46c6-9015-7c050bd3e56e.mov PR Reviewer Checklist - [x] I have verified the author checklist...
Also please add some comments in `OptionsList/index.js`'s `componentDidMount` method explaining why this logic with listeners is needed and attach a link to the GitHub issue