1

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.

carch
  • 217
  • 4
  • 18
  • can't you show me some detail? – Jals Jan 22 '21 at 11:03
  • @Jals here are the versions "@react-navigation/bottom-tabs": "^5.8.0", "@react-navigation/drawer": "^5.9.0", "@react-navigation/material-top-tabs": "^5.2.16", "@react-navigation/native": "^5.7.1", I don't know what is the reason. sometimes it is working. But when i navigate back, it froze the whole app. – carch Jan 22 '21 at 11:10
  • was this working for you earlier? if yes, can you please share the package versions u were using? – Muneer PP Jan 22 '21 at 16:06

1 Answers1

1

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",
Alexander
  • 11
  • 1