Screen Page
Screens are users access point to your app
Last updated
Was this helpful?
Screens are users access point to your app
Last updated
Was this helpful?
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.
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
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.
To publish a new path you are required to configure a screen component in your app
You can declare variables in your path to interact with the information on your screen.
For more information about URL and Route Variables see: