react-native icon indicating copy to clipboard operation
react-native copied to clipboard

Transparent sectionListHeader is overlaped by renderItem (Updated RN)

Open SaldanhaPrtt opened this issue 1 year ago • 6 comments

Description

Problem still persists after react native upgrade When creating a SectionList component, if prop stickySectionHeadersEnabled=true, and it has no background, the child renderItem overlaps the header. There seems to be no prop or logic that can resolve this problem. So unfortunately, I must open this issue(or improvement) untitled.webm

React Native Version

0.72.1

Output of npx react-native info

System: OS: Windows 10 10.0.22000 CPU: "(12) x64 AMD Ryzen 5 5600X 6-Core Processor " Memory: 7.40 GB / 15.89 GB Binaries: Node: version: 16.15.1 path: C:\Program Files\nodejs\node.EXE Yarn: version: 1.22.19 path: ~\AppData\Roaming\npm\yarn.CMD npm: version: 8.11.0 path: C:\Program Files\nodejs\npm.CMD Watchman: Not Found SDKs: Android SDK: Not Found Windows SDK: Not Found IDEs: Android Studio: AI-222.4459.24.2221.10121639 Visual Studio: Not Found Languages: Java: Not Found Ruby: Not Found npmPackages: "@react-native-community/cli": Not Found react: installed: 18.2.0 wanted: 18.2.0 react-native: installed: 0.72.1 wanted: ^0.72.1 react-native-windows: Not Found npmGlobalPackages: "react-native": Not Found Android: hermesEnabled: false newArchEnabled: false iOS: hermesEnabled: Not found newArchEnabled: Not found

Steps to reproduce

Simply create a SectionList with sticky headers and no background color

Snack, code example, screenshot, or link to a repository

https://snack.expo.dev/@squidarrested/db76a1

SaldanhaPrtt avatar Jul 07 '23 21:07 SaldanhaPrtt

same here.

https://i.imgur.com/otH9Rp5.gif

otH9Rp5

EduardoArtioli avatar Jul 08 '23 02:07 EduardoArtioli

Has anyone solved this yet? My team and I are lost lol

p1v44 avatar Jul 20 '23 21:07 p1v44

Facing same issue. Any workaround or fix for this

mouricef avatar Nov 30 '23 14:11 mouricef

Any updates? still happen

ser-emejia avatar Mar 14 '24 20:03 ser-emejia