An open API service indexing awesome lists of open source software.

https://github.com/jeepeng/react-native-roots


https://github.com/jeepeng/react-native-roots

react-native react-native-root-view react-native-roots

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

          

# react-native-roots
```

<---- original app
<---- your view
<---- your view
<---- your view
...

```
# Installation
```shell
npm install react-native-roots --save
```

# Usage
```js
import Roots from 'react-native-roots';

// add root view
Roots.add('loading', (





));

// remove root view
Roots.remove('loading');
```

# API
## add(key, element)
add root view

## remove(key)
remove root view