You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to Tab.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'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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