Best way to create a multipage app for iOS/MacOS in JUCE?

I have been creating a JUCE application with the primary intention of it being an iOS/MacOS app. Everything has been going fine for a single page, but I would like to have this app be multiple pages/multiple view controllers. I have seen some tutorials of having native APIs in JUCE, but I was wondering if there were any other options, such as some things in the JUCE library that could replace this functionality? I am asking because there aren’t many tutorials on native API- JUCE linking and I would like to have a similar codebase throughout deployments, if possible.