Replies: 1 comment 2 replies
-
Hey @dovhanrg! We were having some issues related to |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there.
Not sure if it's a bug or I missed something.
Recently when I've updated react-native-reanimated from v3.18.0 to v4.1.0 - and animations on TabScreens starts to work only first time screen rendered. After I switch to another tab or screen and switched back - animation stop working. At the same time on Stack Screens animation works as it used to on v3.
With gpt I found out that I need to pass
freezeOnBlur: false
prop toTab.Screen
options param.Is it a bug and will be fixed or eventually I have to pass this
freezeOnBlur: false
prop to TabScreens?Currently I have installed:
"react-native-reanimated": "^4.1.0"
"react-native-worklets": "^0.5.1"
"react-native": "0.80.1"
"@react-navigation/native": "^7.1.14"
"@react-navigation/native-stack": "^7.3.21"
"@react-navigation/stack": "^7.4.2"
"react-native-screens": "^4.11.1"
"@react-navigation/bottom-tabs": "^7.4.7"
"@react-navigation/native": "^7.1.14"
and i've changed in
babel.config
to'react-native-worklets/plugin'
Beta Was this translation helpful? Give feedback.
All reactions