Reputation: 237
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.
Upvotes: 1
Views: 1132
Reputation: 11
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",
Upvotes: 1