Add New Component
How to Add New Category:
- On the Sidebar Menu select Components
- Select Add New
- Fill in the form with the required details
- On completions 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 overide. |
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. |