Closed PopJoestar closed 4 months ago
Try to use margin
instead of bottom
on your saveContainer
style.
I have already tried margin and padding but got the same behavior 😔 the only value that worked was bottom: -160
for Android only. Still, this component is a wrapper that I use for every sheet with a Save footer button in my application, and the bottom: -160
only works for a few of those sheets.
Can you use simple View
instead of GestureHandlerRootView
?
Same behaviour
Okay, that's weird... can you try to wrap children
with a View
? If that doesn't work, please create a reproducible example that I can look at.
Same behavior. I will give you an example asap
@lodev09 here you go sir https://github.com/PopJoestar/trusheetExample. On iOS it works like a charm but on Android, the footer doesn't even appear
I see the issue. It looks like a regression bug from v0.12
PR #48, give it a try and let me know if that fixes your issue. Thanks!
Thanks for your reactivity, it works well on Android and iOS now 🚀🎉
had this issue today, works perfectly after the upgrade, thank you @lodev09
Hello, as the title says the FooterComponent is displayed well on iOS but on Android, it is buggy. Can someone help me? iOS
Android
Here is the part of my code for this
d940)