Add New Component
How to add a new component:
- On the Sidebar Menu select Components
- Select ADD NEW
- Fill in the form with the required details
- On completion, choose either Save or Save and Publish
Form Values
| Name | Type | Example | Description |
|---|---|---|---|
| Path | String | Components/Button.js | The location of the remote component you would wish to override. |
| Platforms | Array | [android, ios] | The platform of the app to be affected by new component. |
| Type | String | Button | The type of component that you are creating e.g Button, Banner, Select Box e.t.c |
| Code | React Native Code | The code of the new component that you are adding. |