-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FlatList Clipping Issue on iOS with New Architecture Enabled #44683
Labels
Component: FlatList
Needs: Triage 🔍
Platform: iOS
iOS applications.
Type: New Architecture
Issues and PRs related to new architecture (Fabric/Turbo Modules)
Comments
zcmgyu
added
Needs: Triage 🔍
Type: New Architecture
Issues and PRs related to new architecture (Fabric/Turbo Modules)
labels
May 27, 2024
realsoelynn
added a commit
to realsoelynn/react-native
that referenced
this issue
May 29, 2024
Summary: Changelog: [Internal] In Fabric, overflow props for ScrollView is not passed down. Hence, the overflow props is ignored and FlatList content is always clipped. Reported from OSS facebook#44683 Differential Revision: D57895399
realsoelynn
added a commit
to realsoelynn/react-native
that referenced
this issue
May 29, 2024
…book#44699) Summary: Changelog: [Internal] In Fabric, overflow props for ScrollView is not passed down. Hence, the overflow props is ignored and FlatList content is always clipped. Reported from OSS facebook#44683 Differential Revision: D57895399
realsoelynn
added a commit
to realsoelynn/react-native
that referenced
this issue
May 29, 2024
…book#44699) Summary: Changelog: [Internal] In Fabric, overflow props for ScrollView is not passed down. Hence, the overflow props is ignored and FlatList content is always clipped. Reported from OSS facebook#44683 Reviewed By: sammy-SC Differential Revision: D57895399
facebook-github-bot
pushed a commit
that referenced
this issue
May 29, 2024
Summary: Pull Request resolved: #44699 Changelog: [Internal] In Fabric, overflow props for ScrollView is not passed down. Hence, the overflow props is ignored and FlatList content is always clipped. Reported from OSS #44683 Reviewed By: sammy-SC Differential Revision: D57895399 fbshipit-source-id: 6ce65bea0803971060e8229b66563123dd6fc114
Fix just got merged. This fix will be part of next 0.74 patch release |
@realsoelynn Oh, Thank you for promptly addressing the issue |
kosmydel
pushed a commit
to kosmydel/react-native
that referenced
this issue
Jun 11, 2024
…book#44699) Summary: Pull Request resolved: facebook#44699 Changelog: [Internal] In Fabric, overflow props for ScrollView is not passed down. Hence, the overflow props is ignored and FlatList content is always clipped. Reported from OSS facebook#44683 Reviewed By: sammy-SC Differential Revision: D57895399 fbshipit-source-id: 6ce65bea0803971060e8229b66563123dd6fc114
Titozzz
pushed a commit
that referenced
this issue
Jun 18, 2024
Summary: Pull Request resolved: #44699 Changelog: [Internal] In Fabric, overflow props for ScrollView is not passed down. Hence, the overflow props is ignored and FlatList content is always clipped. Reported from OSS #44683 Reviewed By: sammy-SC Differential Revision: D57895399 fbshipit-source-id: 6ce65bea0803971060e8229b66563123dd6fc114
Titozzz
pushed a commit
that referenced
this issue
Jun 18, 2024
Summary: Pull Request resolved: #44699 Changelog: [Internal] In Fabric, overflow props for ScrollView is not passed down. Hence, the overflow props is ignored and FlatList content is always clipped. Reported from OSS #44683 Reviewed By: sammy-SC Differential Revision: D57895399 fbshipit-source-id: 6ce65bea0803971060e8229b66563123dd6fc114
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component: FlatList
Needs: Triage 🔍
Platform: iOS
iOS applications.
Type: New Architecture
Issues and PRs related to new architecture (Fabric/Turbo Modules)
Description
After enabling the New Architecture in a React Native project, a FlatList component is clipped by its container despite the overflow style being set to visible. This issue does not occur when the New Architecture is disabled, and the FlatList renders correctly. Additionally, the problem does not manifest on Android, even with the New Architecture enabled.
Steps to reproduce
RCT_NEW_ARCH_ENABLED=1 npx pod-install
.yarn start
.yarn ios
.React Native Version
0.74.1
Affected Platforms
Runtime - iOS
Areas
Fabric - The New Renderer
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/zcmgyu/rn-overflow-bug-reproducer
Screenshots and Videos
iOS Old Arch: OK
iOS.Old.Arch.mp4
iOS New Arch: NG
iOS.New.Arch.mp4
Android New Arch: OK
Android.New.Arch.webm
The text was updated successfully, but these errors were encountered: