-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Description
Description
It was found that it was caused by animations. Then, there were also problems with other libraries related to animations, such as Popover. This issue only occurred in the new architecture and seems to exist in many versions
The last time I upgraded the react native version to 0.79.2, I also had a similar problem, which led me to roll back to the old architecture. However, the 16KB of Google Play is about to reach the deadline and I have to upgrade to the new architecture. And there is still a problem now. This time I have identified that it is indeed caused by the animation. But after such a long time, who exactly should be responsible for solving this problem?
Steps to reproduce
SamSung S22 Ultral
React Native Version
0.82.1
Affected Platforms
Runtime - Android
Areas
Fabric - The New Renderer, TurboModule - The New Native Module System
Output of npx @react-native-community/cli info
MAC OS
"@react-native-community/cli": "20.0.0",
"@react-native-community/cli-platform-android": "20.0.0",
"@react-native-community/cli-platform-ios": "20.0.0",
"react-native": "0.82.1",
"react-native-reanimated": "4.3.0",
"react-native-safe-area-context": "5.7.0",
"react-native-screens": "4.24.0",
"react-native-gesture-handler": "2.30.0",
"@react-navigation/bottom-tabs": "7.15.7",
"@react-navigation/devtools": "7.0.54",
"@react-navigation/native": "7.2.0",
"@react-navigation/native-stack": "7.14.7",
"@react-navigation/stack": "7.8.7",
Stacktrace or Logs
no
MANDATORY Reproducer
up
Screenshots and Videos
<Stack.Navigator screenOptions={{
animation:'none'
}}>
</Stack.Navigator>
Screen_Recording_20260326_165509_GemHub.mp4
<Stack.Navigator screenOptions={{
animation:'default'
}}>
</Stack.Navigator>