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
After enabling the new architecture, upgrading navigation to v7, and upgrading to react-native-screens v4.4.0, the following issues occur:
When a ScrollView contains a TextInput or TouchableOpacity, the scroll behaves abnormally, and the components are re-rendered incorrectly (flickering).
This issue is only observed on iOS and does not occur on Android. The app was working fine before upgrading the React Native version, as well as the versions of react-native-screens and react-navigation.
Everything was ok before using EnableNewArchitecture = false
bumjin1013
changed the title
[IOS] ScrollView with TextInput causes weird scroll position behavior
[IOS] ScrollView with textinput / touchalbeOpacity causes weird scroll position behavior
Dec 27, 2024
bumjin1013
changed the title
[IOS] ScrollView with textinput / touchalbeOpacity causes weird scroll position behavior
[IOS] ScrollView with textinput / touchalbeOpacity causes weird scroll position behavior and flickering
Dec 27, 2024
ScreenRecording_12-27-2024.16-51-08_1.MP4
Description
After enabling the new architecture, upgrading navigation to v7, and upgrading to react-native-screens v4.4.0, the following issues occur:
When a ScrollView contains a TextInput or TouchableOpacity, the scroll behaves abnormally, and the components are re-rendered incorrectly (flickering).
This issue is only observed on iOS and does not occur on Android. The app was working fine before upgrading the React Native version, as well as the versions of react-native-screens and react-navigation.
react-native: v0.76.4
react-native-screens: v4.4.0
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/material-top-tabs": "^7.1.0",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
Steps to reproduce
Snack or a link to a repository
non
Screens version
4.4.0
React Native version
0.76.4
Platforms
iOS
JavaScript runtime
JSC
Workflow
React Native (without Expo)
Architecture
Fabric (New Architecture)
Build type
Debug mode
Device
Real device
Device model
iphone 15 pro
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: