If all the “Frames” containing the NavBar are on one “Page”, you can workaround this by doing something like this:
(assume you have an “Assets” page containing the “NavBar” master component and a “Screens” page that contains all of your apps screens as frames.
- Go to the “Screens” page and place an instance of “NavBar”.
- Click the “NavBar” instance, then click “Create Component”. Rename the new component as “NavBar Wrapper”.
- Inside the “NavBar Wrapper” master component, update all the nav buttons to navigate to the correct frames.
- Place an instance of “NavBar Wrapper” on each frame where you want a NavBar.
Obviously this wont work if your screens are spread across a lot of pages, but if you’re just trying to keep your components and screens on two separate pages this should work.