Skip to main content

How to Configure Screen with Links

  • In the Sidebar Menu, select Screens
  • Click ADD NEW
  • In the Create Screen form, enter the Screen Name you want to configure
  • Choose whether the screen is “Currently in Production”
  • Select the Platforms this configuration should apply to
  • Under Root Configurations, choose either Image, String, or JSON depending on the type of link. Enter the name for the new configuration and click ADD NEW CONFIGURATIONS
    • If you choose Image, enter the image URL or click the Camera icon to select an image from the Image Library
    • If you choose String, enter the string value
    • If you choose JSON, use the code editor to input the JSON configuration
  • To add a Component to the screen, you can select one from your list of Created Components
  • Click Save when you're done

Form Values

NameTypeExampleDescription
Screen NameStringHomeThe name of the screen you want to configure
PlatformsArray["ios", "android"]Platforms that the configuration should apply to
Root ConfigurationString / JSON / Image / URL{"newArrival": "New Products"}Configuration to be applied on the screen
ComponentsComponentButton.jsThe component you want to add from the component list