> For the complete documentation index, see [llms.txt](https://blueeast.gitbook.io/bluerain-plugin-native-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blueeast.gitbook.io/bluerain-plugin-native-base/master.md).

# Initial page

It is used for adding react-native components for native apps <https://blueeast.gitbook.io/bluerain-plugin-native-base>

| 🌏 Web | 🖥 Electron | 📱 React Native |
| :----: | :---------: | :-------------: |
|   ✖️   |      ✖️     |        ✔️       |

## Screenshots

TBD

## Installation

```
   yarn add @blueeast/bluerain-plugin-native-base
```

## Components

* Button [Native](http://docs.nativebase.io/Components.html#button-def-headref)
* Card [Native](https://docs.nativebase.io/Components.html#card-def-headref)
* CardHeader [Native](https://docs.nativebase.io/Components.html#anatomy-headref)
* CardBody [Native](https://docs.nativebase.io/Components.html#anatomy-headref)
* CardMedia [Native](https://docs.nativebase.io/Components.html#card-image-headref)
* CardFooter [Native](https://docs.nativebase.io/Components.html#carditem-bordered-headref)
* List  [Native](https://docs.nativebase.io/Components.html#list-def-headref)
* ListItem [Native](https://docs.nativebase.io/Components.html#list-def-headref)
* ListSubheader
* TextInput [Native](https://facebook.github.io/react-native/docs/textinput.html)
* Typography : H1, H2, H3, H4, H5, H6, Body1, Body2, Overline, Caption, Subtitle1, Subtitle2
* Checkbox
* Divider
* Modal

## Demo

TBD

## API

### **Extends** [**Plugin**](https://blueeast.gitbook.io/bluerain-os/api/api-reference#plugin)

### native-base

#### **Properties**

* `pluginName`  [**string**](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)  "ReactNativePlugin"
* `slug`  [**string**](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) "react-native"
