Screen Page
Screens are users access point to your app
Overview
Uncodie uses a special component for screen declaring in your app, screens will publish your Frame or Component design in a URL accessible from your app domain or in localhost. By protecting a Screen component Uncodie applications will ask the visitor to log in to interact with your page.

Setup
Open the IDE
Select the Figma component you want to make a screen
Navigate to the Components Section
Select Screen Component
Select the path for your screen
Click Save
Compile your app
Screen Component
To declare a new Screen select a component and use the Screen component in the IDE you will be required to declare the screen path and you can inheirt a content wrapper settings and design.
Creating a New Path
To publish a new path you are required to configure a screen component in your app
Using Path Querie Variables
You can declare variables in your path to interact with the information on your screen.
For more information about URL and Route Variables see:
🔤VariablesLast updated
Was this helpful?