How to Configure Screen with Links
How to Configure a 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
| Name | Type | Example | Description |
|---|---|---|---|
| Screen Name | String | Home | The name of the screen you want to configure |
| Platforms | Array | ["ios", "android"] | Platforms that the configuration should apply to |
| Root Configuration | String / JSON / Image / URL | {"newArrival": "New Products"} | Configuration to be applied on the screen |
| Components | Component | Button.js | The component you want to add from the component list |