React Native Screen freezes scrollview in iOS

1k Views Asked by At

I'm having a problem with react-native-screens. My version was 2.9.0 and I updated with the latest version 2.15.2. After I updated it to the latest version it freezes the scrollview under my @react-navigation/bottom-tabs. The other screens are working well but I noticed when the screen has a scrollview you cannot click nor scroll. How to solved this issue? Thank you so much for your help.

1

There are 1 best solutions below

0
On

I faced this bug too. I updated packages and now it's ok. Here my versions:

"@react-navigation/bottom-tabs": "^5.11.6",
"@react-navigation/native": "^5.9.2",
"@react-navigation/stack": "^5.14.1",
"react-navigation": "^4.4.3",