React Native Flickering Issue When position : absolute in iOS only #49057
Labels
Needs: Author Feedback
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
Newer Patch Available
Platform: iOS
iOS applications.
Description
On Play floating button 2 buttons in row on click, only bottom UI flickers,
I noticed this happens only when
position:absolute
andbottom:0
.flickers dont happens if
position:absolute
andtop: deviceHeight // from Dimensions
, but using this on some Android Phone the Bottom UI goes beyond screen view,Android works, only issue with iOS
Steps to reproduce
position:absolute
andbottom:0
.position:absolute
andtop: deviceHeight // from Dimensions
, but using this on some Android Phone the Bottom UI goes beyond screen view,React Native Version
0.76.5
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
Private repo
Screenshots and Videos
20250130_135859.mp4
The text was updated successfully, but these errors were encountered: