I’m working in the new Native App builder and I’m trying to create a mobile header that disappears when the user scrolls down and reappears when the user scrolls up and the opposite for a bottom menu that appears when the user scrolls down and disappears when the user scrolls up. Similar to the header and footer menu on the Facebook app.
I’m going to try to see if I can use custom states to control them, but it’s not ideal because of the workload usage.
Sorry I don’t have much experience with the mobile builder. I would imagine that because the mobile builder is using react native then in the plugin builder they would expose APIs that can do what you are suggesting