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

  1. Open the IDE

  2. Select the Figma component you want to make a screen

  3. Navigate to the Components Section

  4. Select Screen Component

  5. Select the path for your screen

  6. Click Save

  7. 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:

🔤Variables

Last updated

Was this helpful?