selimbaruti

Results 6 comments of selimbaruti

Steps to reproduce the bug: 1. Create 2 initial projects. The first should have RN of version 0.71.1 and the second 0.72.1. 2. Write the same code on both projects....

> > Steps to reproduce the bug: > > Hey @selimbaruti, please provide a link to a reproducer project (a repository). The snippet is not sufficient. This is the repo...

> Same issue here with 0.72.3 > > @selimbaruti Did you solve it? I haven't found any solution for it

> Hey guys, > > In my case, the following line was the reason of the bug : > > `NavigationBar.setPositionAsync("absolute");` > > Do you have this config in your...

> 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`: >...