Getting Started

Database

Modules

API Endpoints

Mobile Editor

Web Editor

Localizations

Organization & Team

Export

Figma Import

Advance configure

Email Authentication

Phone authentication

Full project tutorial

Project overview

Create project

Configure database

Configure modules

Configure API endpoints

Import from Figma

Configure using Editor

Export and running

Release Notes

Release Notes

ようこそ、JITERAへ!

Pages/Custom components management

This is the place for managing pages/custom components

List pages/custom components

Here are the place display list Pages, and you can choose the tab Custom components to list out all custom components in the project

Screenshot 2022-12-05 at 11.23.54.png

Edit pages/custom components

Screenshot 2022-12-05 at 11.26.35.png

Layout tree

Layout tree used for display tree node of current focus Page/Molecule

At tab 2, we have the Layout tree, which is the tree structure of the current focus Page/Molecule, also we can drag to re-sort the position of each node

Screenshot 2022-12-05 at 11.29.02.png

Add component

Choose on tab Add, then you can just drag the component you want into a canvas

Screenshot 2022-12-05 at 11.31.32.png

Adjust properties

This is for configuring properties for component

At first, you need to tap to focus on the component you wanna update properties, then can freely adjust properties on the right panel

Screenshot 2022-12-05 at 11.33.16.png

Actions

Actions for configuring authentication API, interacting with backend API

Select some Button component, then select Actions tab on the right panel, you can add action to the button by adding Add action button

Screenshot 2022-12-05 at 12.34.51.png

Here are some important actions

Screenshot 2022-12-06 at 10.41.54.png

Configure props

We can configure props for pages/components

We can configure props by choosing props configuration like the image below, just press Add prop to add more props to your custom components

Screenshot 2022-12-05 at 15.45.58.png

Screenshot 2022-12-05 at 15.46.26.png

Screenshot 2022-12-05 at 15.49.04.png

We also can configure Function prop to handle some on-click button action

Screenshot 2022-12-05 at 16.53.23.png

For Function prop, it a little bit complex, we must config which component action trigger this Function prop, like image below, we want when press on Button component it trigger this Function prop

We just select ActionsAdd action → Choose action type Custom component props than just choose the Function prop we just defined

Screenshot 2022-12-05 at 16.53.00.png

Using custom component

Here is the benefit when configure prop for custom component, you can just passing prop

Screenshot 2022-12-06 at 10.09.30.png

Preview source code

Click the preview code button to preview the code

Screenshot 2022-12-05 at 16.56.45.png

Here’s result of previewed code

Screenshot 2022-12-05 at 16.57.03.png

Mobile settings

Configure Navigations

Screenshot 2022-12-05 at 17.10.50.png

We using React navigation https://reactnavigation.org/ as a core generate navigation Currently support StackNavigation, TabNavigation and Drawer Navigation

Screenshot 2022-12-06 at 08.59.05.png

Here’s example stack configure for Unauthenticated flow and Authenticated flow

Screenshot 2022-12-06 at 09.16.07.png

Configure App bundle id

A bundle ID or bundle identifier uniquely identifies an application in Apple's ecosystem . This means that no two applications can have the same bundle identifier. To avoid conflicts, Apple encourages developers to use reverse domain name notation for choosing an application's bundle identifier.

Screenshot 2022-12-06 at 09.17.54.png

Configure App icon & Splash screen

Screenshot 2022-12-06 at 09.18.48.png

Branding colors

With branding colors, you can configure some common usage colors and we can reuse it in Editor

Screenshot 2022-12-06 at 09.19.57.png

Screenshot 2022-12-06 at 09.49.19.png

← Previous

Add link here

Next →

Add link here

On this page