I have a mobile app that uses a custom state to navigate between the pages. I have a page with a news feed witch contains a repeating group with a long list of content so its height is set to 100%.
When I navigate from that news feed page to a page called “create new post”, the height of the “create new post” page is stretched to the height of the news feed page even though that news feed page is no longer visible. Does anyone know why its stretching and how I can make it so that it isn’t?