[iOS] Bottom fixed container position shifts when presenting modal
over bottom tabs
(to be confirmed)
#224
Labels
bug
Something isn't working
Before submitting a new issue
Bug summary
Description
When presenting a modal screen on iOS it seems that the Tab Bar is messing with the layout in the modal especially for things that are set to be absolutely positioned at the bottom of the modal.
The bottom buttons container position keeps shifting between different Y coordinates (754px, 685px) causing visual glitches. This doesn't occur on Android.
I'm sorry if it's not coming from the package, I suspect it is but it might not be. I tried a lot of different solutions and I kept having this issue which was not there in previous packages I believe. (I'm gonna test to rollback to say 0.7.5 or 0.7.6 to check)
Expected Behavior
The button container should maintain a fixed position at the bottom of the screen without shifting.
Actual Behavior
The button container's Y position oscillates between 685px and 754px causing visual glitches.
Additional Context
The LOGS I'm getting:
(NOBRIDGE) LOG Button position changed: {"newY": 754, "previousY": 0, "timestamp": "2024-12-22T12:47:42.413Z"}
(NOBRIDGE) LOG Button position changed: {"newY": 685, "previousY": 754, "timestamp": "2024-12-22T12:47:42.908Z"}
(NOBRIDGE) LOG Button position changed: {"newY": 754, "previousY": 685, "timestamp": "2024-12-22T12:47:49.918Z"}
ScreenRecording_12-22-2024.2-01-11.PM_1.2.mov
Library version
0.7.8
Environment info
Steps to reproduce
Steps to Reproduce
Reproducible sample code
The text was updated successfully, but these errors were encountered: